alarm
This domain contains variables related to the alarm view.
{
"zone_length": 0,
"zone": {},
"subtext_init": {},
"subtext": {},
"state": {},
"arm": {},
"disarm": {},
"codes": [],
"code_use": 0,
"text": "",
"url_prefix": "",
"url_suffix": "",
"post_suffix": ""
}
zone_length
Length of alarm zone variables array / object-array.
- Type:
Integer
- Attribute:
Read/Write/Save
- Min:
0
zone
Alarm zones configurations.
- Type:
object-array
of
zone-array
- Attribute:
Read/Write/Save
- Size:
zone_length
subtext_init
Initialization value of subtext, the value will be applied at the startup of the screen.
- Type:
object-array
of
String
- Attribute:
Read/Write/Save
- Size:
zone_length
subtext
Subtext value displayed below the name.
- Type:
object-array
of
String
- Attribute:
Read/Write
- Size:
zone_length
state
Alarm zones states.
- Type:
object-array
of
Integer
- Attribute:
Read/Write
- Size:
zone_length
- Value:
0 : Disarmed
1 : Armed
2 : Activation
3 : Intrusion
arm
HTTP requests for arm alarm zone.
- Type:
object-array
of
request-array
- Attribute:
Read/Write/Save
- Size:
zone_length
disarm
HTTP requests for disarm alarm zone.
- Type:
object-array
of
request-array
- Attribute:
Read/Write/Save
- Size:
zone_length
codes
Codes for arm/disarm alarm zones, all codes works for all zones.
- Type:
array of string
- Attribute:
Read/Write/Save
- Format:
4 characters & only number
code_use
Use mode of codes.
- Type:
Integer
- Attribute:
Read/Write/Save
- Value:
0 : Don't use codes
1 : Arm Only
2 : Disarm Only
3 : Arm and disarm
text
Text displayed on the bottom bar on alarm screen.
- Type:
String
- Attribute:
Read/Write
url_prefix
Text add before url for alarm http request.
- Type:
String
- Attribute:
Read/Write/Save
url_suffix
Text add after url for alarm http request.
- Type:
String
- Attribute:
Read/Write/Save
post_suffix
Text add after post string for alarm http request.
- Type:
String
- Attribute:
Read/Write/Save