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

buzzer

This domain contains variables related to the buzzer of screen.

{
    "set":0,
    "state": 0,
	"interval": 0,
	"delay": 0
}

set

Set Buzzer state.

  • Type: Integer
  • Attribute: Write Only
  • Unit: Millisecond
  • Interval: 0 ~ 60 000
  • Note:
    0 : disable
    > 0 : activate buzzer for the defined time

state

Buzzer state.

  • Type: Integer
  • Attribute: Read Only
  • Value:
    0 : Disabled
    1 : Enabled

interval

Interval between beeps, if 0 beep is continuously.

  • Type: Integer
  • Attribute: Read/Write
  • Unit: Millisecond
  • Interval: 0 ~ 5 000

delay

Duration of beeps, only if interval is greater than 0.

  • Type: Integer
  • Attribute: Read/Write
  • Unit: Millisecond
  • Interval: 0 ~ 5 000