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-arrayofzone-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-arrayofString - Attribute:
Read/Write/Save - Size:
zone_length
subtext
Subtext value displayed below the name.
- Type:
object-arrayofString - Attribute:
Read/Write - Size:
zone_length
state
Alarm zones states.
- Type:
object-arrayofInteger - Attribute:
Read/Write - Size:
zone_length - Value:
0 : Disarmed1 : Armed2 : Activation3 : Intrusion
arm
HTTP requests for arm alarm zone.
- Type:
object-arrayofrequest-array - Attribute:
Read/Write/Save - Size:
zone_length
disarm
HTTP requests for disarm alarm zone.
- Type:
object-arrayofrequest-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 codes1 : Arm Only2 : Disarm Only3 : 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