Difference between revisions of "Valve/ru"
Jump to navigation
Jump to search
(Created page with "===Пример описания в XML=== <syntaxhighlight lang="xml" line> <item type="valve" addr="314:7" name="Valve" leak-sensors="314:3;304:10;302:10"> <linked addr=...") |
(Created page with "===Дополнительные параметры=== {|class="wikitable" |- !Название!!тип и вид!!описание |- |leak-sensors||список||список...") |
||
Line 9: | Line 9: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | === | + | ===Дополнительные параметры=== |
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
− | ! | + | !Название!!тип и вид!!описание |
|- | |- | ||
− | |leak-sensors|| | + | |leak-sensors||список||список датчиков протечки, связанных с этим клапаном |
|} | |} | ||
Revision as of 13:48, 25 January 2022
Исполнительное устройство клапана подачи воды и газа
Пример описания в XML
1<item type="valve" addr="314:7" name="Valve" leak-sensors="314:3;304:10;302:10">
2 <linked addr="314:1"/> // кнопка управления клапаном (опционально)
3</item>
Дополнительные параметры
Название | тип и вид | описание |
---|---|---|
leak-sensors | список | список датчиков протечки, связанных с этим клапаном |
Device status (1 byte)
Byte number | description |
---|---|
0 | Device status. 0 – valve is off (water supply) 1 – valve is on (water supply is stopped) |
Possible variants of setting the status
byte | description |
---|---|
0 | 0 – to turn off the valve (water supply) 1 – to turn on the valve (to stop water supply) 0xFF – Change the status for the opposite one |