Domotys WTS
  • Installation
  • Vues
  • Application
  • Fiche Technique
  • Installation
  • Nœud Réception
  • Nœud Envoi
  • Protocols
  • Variables
  • Requests
  • Events
  • English
  • Français
  • Installation
  • Vues
  • Application
  • Fiche Technique
  • Installation
  • Nœud Réception
  • Nœud Envoi
  • Protocols
  • Variables
  • Requests
  • Events
  • English
  • Français
  • Protocols
  • Variables
    • Domains
      • action
      • alarm
      • buzzer
      • config
      • date_time
      • domotys
      • heat
      • home
      • home_action
      • information
      • lighting
      • message
      • network
      • opening
      • screen
      • sd
      • theme
      • update
      • view_list
    • Type Definitions
    • ID Definitions
  • Requests
    • Get JSON
    • Set JSON
    • Set States
    • Set States View List
    • Get Files
    • Get Files List
    • Get Screenshot
    • Diverse
  • Events

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 : Disarmed
    1 : Armed
    2 : Activation
    3 : 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 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