Domotys WTS
  • Installation
  • Views
  • Application
  • Datasheet
  • Installation
  • Receive Node
  • Send Node
  • Protocols
  • Variables
  • Requests
  • Events
  • English
  • Français
  • Installation
  • Views
  • Application
  • Datasheet
  • Installation
  • Receive Node
  • Send Node
  • 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

message

This domain contains variables related to the message dialog of screen.

{
    "show": 0,
    "state": 0,
	"icon": -1,
	"title": "",
	"text": "",
	"text2": "",
	"delay": 0
}

show

Display or hide message dialog.

  • Type: Integer
  • Attribute: Write Only
  • Value:
    0 : Hide
    1 : Show

state

Message dialog state.

  • Type: Integer
  • Attribute: Read Only
  • Value:
    0 : Hidden
    1 : Displayed

icon

Icon of the message dialog.

  • Type: Integer
  • Attribute: Read/Write
  • Value:
    image-id
    -1 : No icon

title

Title of message dialog.

  • Type: String
  • Attribute: Read/Write
  • Note: Not displayed if empty

text

Message dialog text line 1.

  • Type: String
  • Attribute: Read/Write
  • Note: Not displayed if empty

text2

Message dialog text line 2.

  • Type: String
  • Attribute: Read/Write
  • Note: Not displayed if empty

delay

Message dialog display delay.

  • Type: Integer
  • Attribute: Read/Write
  • Unit: Second
  • Note: 0 : Show all the time
Prev
lighting
Next
network