Difference between revisions of "Leak-sensor"

From Larnitech wiki page
Jump to navigation Jump to search
(Created page with "===Example of description in XML=== <syntaxhighlight lang="xml" line> <item type="leak-sensor" addr="134:1" name="Leakage"/> </syntaxhighlight> ===Additional parameters=== {|...")
 
Line 1: Line 1:
 +
<languages/>
 +
<translate>
 
===Example of description in XML===
 
===Example of description in XML===
 
<syntaxhighlight lang="xml" line>
 
<syntaxhighlight lang="xml" line>
Line 28: Line 30:
 
Maximum value is 86400 (1 day)
 
Maximum value is 86400 (1 day)
 
|}
 
|}
 +
</translate>

Revision as of 15:25, 25 January 2022

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

Example of description in 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)