Changes

779 bytes added ,  05:36, 23 August 2021
Created page with "===Example of description in XML=== <syntaxhighlight lang="xml" line> <item type="leak-sensor" addr="134:1" name="Leakage"/> </syntaxhighlight> ===Additional parameters=== {|..."
===Example of description in XML===
<syntaxhighlight lang="xml" line>
<item type="leak-sensor" addr="134:1" name="Leakage"/>
</syntaxhighlight>

===Additional parameters===
{|class="wikitable"
|-
!Name!!type and variety!!description!!default value
|-
|auto-warning-off||Bool||Turning off leakage notifications||false/no/0
|}

===Device status (1 byte)===
{|class="wikitable
|-
!Byte number!!description
|-
|0||0 – no leakage<br>1 – leakage, with this the leakage status is sent every second till the sensor resetting<br>2 – set up to ignore<br>3 – leakage when ignoring
|}

===status setting (1 byte)===
{|class="wikitable"
|-
!Byte number!!description
|-
|0-3||Time of ignoring the leak (seconds). At the end, the leakage will be reset.
Maximum value is 86400 (1 day)
|}