SmartThings Sample Data

JSON Representation

{
    "users": [
        {
            "user_id": "user_1",
            "email": "[email protected]",
            "password": "1234"
        }
    ],
    "locks": [
        {
            "user_id": "user_1",
            "lock_id": "790ba079-bd09-4087-9225-e2c722972b0e",
            "status": "unlocked"
        }
    ]
}

Users

user_id
email
password
# Locks

Locks

lock_id
Owned By
Initial Status

790ba079-bd09-4087-9225-e2c722972b0e

Jane

unlocked

Last updated

Was this helpful?