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

opening

This domain contains variables related to the opening view.

{
	"device_length": 0,
	"device": {},
	"up": {},
	"down": {},
	"stop": {},
	"subtext_init": {},
	"subtext": {},
	"text": "",
	"url_prefix": "",
	"url_suffix": "",
	"post_suffix": ""
}

device_length

Length of opening device variables array / object-array.

  • Type: Integer
  • Attribute: Read/Write/Save
  • Min: 0

device

Opening devices configurations.

  • Type: object-arrayofopening-array
  • Attribute: Read/Write/Save
  • Size: device_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: device_length

subtext

Subtext value displayed below the name.

  • Type: object-arrayofString
  • Attribute: Read/Write
  • Size: device_length

up

HTTP requests for UP / LEFT buttons.

  • Type: object-arrayofrequest-array
  • Attribute: Read/Write/Save
  • Size: device_length

stop

HTTP requests for STOP buttons.

  • Type: object-arrayofrequest-array
  • Attribute: Read/Write/Save
  • Size: device_length

down

HTTP requests for DOWN / RIGHT buttons.

  • Type: object-arrayofrequest-array
  • Attribute: Read/Write/Save
  • Size: device_length

text

Text displayed on the bottom bar on opening screen.

  • Type: String
  • Attribute: Read/Write

url_prefix

Text add before url for opening http request.

  • Type: String
  • Attribute: Read/Write/Save

url_suffix

Text add after url for opening http request.

  • Type: String
  • Attribute: Read/Write/Save

post_suffix

Text add after post string for opening http request.

  • Type: String
  • Attribute: Read/Write/Save