Set security zones settings
Set security zones settings. Available only on the master device.
- application/json
Request Body required
zones object[]
Possible values:
<= 8
List of security zones
zone_id integer requiredPossible values:
>= 1
and<= 8
ID of zone
type string requiredPossible values: [
normal
,emergency
,24_hour
]Zone type. Normal - work only if enabled in scene, 24 and emergency will work all the time
mode string requiredPossible values: [
3с
,no
,nc
,bell
,call
]Dry contacts mode. 3c - trigger, no - normal open, nc - normal closed, bell - doorbell mode
delay integer requiredPossible values: [
0
,5
,15
,20
,25
,40
,60
]Delay for sensor activation in seconds
sensor string requiredPossible values: [
smoke
,gas
,pir
,door
,window
,panic
,flood
,pull_cord
,bed_mat
]Sensor type
- 200
- 400
- 401
OK
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error object
Describes the base error user might get
code stringPossible values: [
invalid_authentication
,permission_denied
,not_valid
,system_error
]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param stringDescribes the parameter that did not pass a validation
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be an string"
}
}
}
Please log in
- application/json
- Schema
- Example (from schema)
- Example
Schema
error object
Describes the base error user might get
code stringPossible values: [
invalid_authentication
,permission_denied
,not_valid
,system_error
]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param stringDescribes the parameter that did not pass a validation
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be an string"
}
}
}
{
"error": {
"code": "invalid_authentication",
"message": "Log In"
}
}