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

Diverse

Restart

Restarts the screen.

HTTP Request

  • Methods: GET/POST
  • URL: http://screen-address:8080/api/restart

JSON TCP Request

  • URL: /api/restart

HTTP exemple

Request :
GET http://screen-address:8080/api/restart
Response :

Returns a screenshot of the current view.

JSON TCP exemple

Request :
{
	"request": {
        "url":"/api/restart"
    },
    "id":"message-id", //Optional
    "password":"password" //If defined and only for the first request
}
Response :
{
	"request":{
        "response": {
            "code":200
        },
        "content_type":"application/json"
    },
    "id":"message-id" //Returns the received ID if defined.
}

Reset Configuration

Restet the screen configuration.

HTTP Request

  • Methods: GET/POST
  • URL: http://screen-address:8080/api/configuration-reset

JSON TCP Request

  • URL: /api/configuration-reset

HTTP exemple

Request :
GET http://screen-address:8080/api/configuration-reset
Response :
{ "code": 200 }

JSON TCP exemple

Request :
{
	"request": {
        "url":"/api/configuration-reset"
    },
    "id":"message-id", //Optional
    "password":"password" //If defined and only for the first request
}
Response :
{
	"request":{
        "response": {
            "code":200
        },
        "content_type":"application/json"
    },
    "id":"message-id" //Returns the received ID if defined.
}
Prev
Get Screenshot