Difference between revisions of "Leak-sensor/ru"

From Larnitech wiki page
Jump to navigation Jump to search
(Created page with "Датчик протечки")
 
(Created page with "===Пример описания в XML=== <syntaxhighlight lang="xml" line> <item type="leak-sensor" addr="134:1" name="Leakage"/> </syntaxhighlight>")
Line 1: Line 1:
 
<languages/>
 
<languages/>
===Example of description in XML===
+
===Пример описания в XML===
 
<syntaxhighlight lang="xml" line>
 
<syntaxhighlight lang="xml" line>
 
<item type="leak-sensor" addr="134:1" name="Leakage"/>
 
<item type="leak-sensor" addr="134:1" name="Leakage"/>

Revision as of 12:12, 26 January 2022

Other languages:
English • ‎русский

Пример описания в XML

1<item type="leak-sensor" addr="134:1" name="Leakage"/>

Additional parameters

Name type and variety description default value
auto-warning-off Bool Turning off leakage notifications false/no/0

Device status (1 byte)

Byte number description
0 0 – no leakage
1 – leakage, with this the leakage status is sent every second till the sensor resetting
2 – set up to ignore
3 – leakage when ignoring

status setting (1 byte)

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)