Set security scenes settings and activation time
Set all the scenes activation settings
- application/json
Request Body required
- activation_time integer required
Possible values: [
0
,30
,40
,60
,100
,300
]Time before scene activation. 0 means that scene will be activated without delay
zones object[] required
Possible values:
<= 8
List of zones
zone_id integer requiredPossible values:
>= 1
and<= 8
Zone ID, from 1 to 8
scene_out boolean requiredBoolean for Out scene, sensor activates if enabled
scene_home boolean requiredBoolean for Home scene, sensor activates if enabled
scene_sleep boolean requiredBoolean for Sleep scene, sensor activates if enabled
Responses
- 200
- 400
- 401
OK
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...