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

update

This domain contains variables related to the screen update.

{
    "state": 0,
	"new_version": "",
    "check_new_version": 1,
    "start": 1
}

state

Update status.

  • Type: Integer
  • Attribute: Read Only
  • Value:
    0 : Not update
    1 : Downloading update
    2 : Installing update
    3 : Reboot
    4 : Download Error

new_version

New version number.

  • Type: String
  • Attribute: Read Only
  • Value:
    '' : Not checked
    'error' : Can’t check version
    'checking' : Checking version

check_new_version

Check if new update is available.

  • Type: Integer
  • Attribute: Write Only
  • Value: 1

start

Start the update.

  • Type: Integer
  • Attribute: Write Only
  • Value: 1