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

home_action

This domain contains variables related to the home buttons.

{
	"button_length": 0,
	"button": {},
	"state": {},
	"on": {},
	"off": {},
	"url_prefix": "",
	"url_suffix": "",
	"post_suffix": ""
}

button_length

Length of button variables array / object-array.

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

button

Home view button configurations.

  • Type: object-arrayofaction-array
  • Attribute: Read/Write/Save
  • Size: button_length

state

Home view button state.

  • Type: object-arrayofInteger
  • Attribute: Read/Write
  • Size: button_length
  • Value:
    0 : OFF
    1 : ON

off

HTTP request when the home buttons are in the OFF state.

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

on

HTTP request when the home buttons are in the ON state.

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

url_prefix

Text add before url for home_action http request.

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

url_suffix

Text add after url for home_action http request.

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

post_suffix

Text add after post string for home_action http request.

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