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

sd

This domain contains variables related to the Micro SD reader of screen.

{
	"inserted": 0,
	"scanning": 0,
	"image_background_folder": 0,
	"image_screensaver_folder": 0,
	"image_background": [],
	"image_screensaver": []
}

inserted

Micro SD card is inserted.

  • Type: Integer
  • Attribute: Read Only
  • Value:
    0 : No
    1 : Yes

scanning

Is scanning files on Micro SD Card.

  • Type: Integer
  • Attribute: Read Only
  • Value:
    0 : No
    1 : Yes

image_background_folder

Micro SD card image background folder detected.

  • Type: Integer
  • Attribute: Read Only
  • Value:
    0 : No
    1 : Yes

image_screensaver_folder

Micro SD card image screen saver folder detected.

  • Type: Integer
  • Attribute: Read Only
  • Value:
    0 : No
    1 : Yes

image_background

Micro SD card image background list.

Custom color for light color screen.

  • Type: array of String
  • Attribute: Read Only

image_screensaver

Micro SD card image screen saver list.

Custom color for light color screen.

  • Type: array of String
  • Attribute: Read Only