Flood alarm time
This command sets how long will the flood alarm be on for, in case of the event happening.
The command explanation is in the table below.
Byte index | Hex value - Meaning |
0 | 06 β The command code |
1 | XX - Alarm time in seconds (resolution of 10 seconds). A zero value is forbidden. Default value is 30 (5 minutes). |
Example command: 0x0606
06[HEX] = 06[DEC] -> Set the alar time to 6x10s = 60s = 1min
In case of a flood the alarm will be on for 1 minute.
Last updated