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

Variables

The variables form a JSON object segmented by domain, which can be read and modified globally or by domain. Please refer to the Requests section to learn how to read and write each variable.

The global JSON object is structured as follows:

{
	"domotys": {...},
	"config": {...},
	"information": {...},
	"theme": {...},
	"network": {...},
	"update": {...},
	"screen": {...},
	"date_time": {...},
	"home": {...},
	"home_action": {...},
	"lighting": {...},
	"opening": {...},
	"alarm": {...},
	"action": {...},
	"heat": {...},
	"view_list": {...}, 
	"buzzer": {...},
	"message": {...},
	"sd": {...}
}

There are read and write requests for each domain. When these requests are used, the variables are not encapsulated within their domain.

Domains

  • action : Variables related to the action view.
  • alarm : Variables related to the alarm view.
  • buzzer : Variables related to the buzzer of screen.
  • config : Variables related to the screen configuration.
  • date_time : Variables related to the screen date time.
  • domotys : Variables related to the Domotys products.
  • heat : Variables related to the heating view.
  • home : Variables related to the home view.
  • home_action : Variables related to the home buttons.
  • information : Variables related to the screen informations.
  • lighting : Variables related to the lighting view.
  • message : Variables related to the message dialog of screen.
  • network : Variables related to the screen network state.
  • opening : Variables related to the opening view.
  • screen : Variables related to the screen state.
  • sd : Variables related to the Micro SD reader of screen.
  • theme : Variables related to the screen theme.
  • update : Variables related to the screen update.
  • view_list : Variables related to the view list.
Prev
Protocols
Next
Requests