Difference between revisions of "Leak-sensor/ru"
Jump to navigation
Jump to search
(Created page with "===Пример описания в XML=== <syntaxhighlight lang="xml" line> <item type="leak-sensor" addr="134:1" name="Leakage"/> </syntaxhighlight>") |
(Created page with "===Дополнительные параметры=== {|class="wikitable" |- !Название!!Тип и диапазон!!Описание!!Значение по умолч...") |
||
Line 5: | Line 5: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | === | + | ===Дополнительные параметры=== |
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
− | ! | + | !Название!!Тип и диапазон!!Описание!!Значение по умолчанию |
|- | |- | ||
− | |auto-warning-off|| | + | |auto-warning-off||Булев||Отключение уведомлений об протечке||false/no/0 |
|} | |} | ||
Revision as of 12:16, 26 January 2022
Пример описания в XML
1<item type="leak-sensor" addr="134:1" name="Leakage"/>
Дополнительные параметры
Название | Тип и диапазон | Описание | Значение по умолчанию |
---|---|---|---|
auto-warning-off | Булев | Отключение уведомлений об протечке | 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) |