Get security scene status and scenes list
Get security scene status and scenes list
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- scene string
Possible values: [
off
,home
,out
,sleep
]Model describing security scene
- scenes_list string[]
Possible values: [
off
,home
,out
,sleep
]Available scenes list
{
"scene": "off",
"scenes_list": [
"off",
"home",
"out",
"sleep"
]
}
{
"scene": "off",
"scenes_list": [
"off",
"home",
"out",
"sleep"
]
}
Wrong JSON body
- application/json
- Schema
- Example (from schema)
Schema
- error string
{
"error": "Wrong JSON body"
}
Please log in
- application/json
- Schema
- Example (from schema)
Schema
- error string
{
"error": "Log In"
}
Loading...