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