Элемент освещения
Jump to navigation
Jump to search
Пример описания в XML
1<item addr="100:10" name=" chandelier" type="lamp" auto-period="600" system="yes" image="air-fan">
2 <linked addr="101:1"/> // привязан к кнопке с адресом 101:1
3 <automation ……./> // установить автоматизацию для этого элемента
4</item>
5<item addr="100:11" name=" chandelier" type="lamp" sub-type="air-fan" auto-period="600" system="yes" image="air-fan"/> //создать элемент вентиляции
Дополнительные параметры
Название | тип и значение | описание |
---|---|---|
sub-type | enum | заслонка вентилятор розетка замок осушитель замыкатель-автомат клапан-3 – 3-ходовой клапан насос |
Статус устройства (1 бит)
Byte number | description |
---|---|
0 | Device status. Bit 0: 0 – off 1 – on Bit 3: 0 – automation is disactivated 1 – automation is activated Bit 7: 0 – no alarm 1 – alarm (relating to temperature, current etc.) |
Possible variants of setting the status
Byte | description |
---|---|
0 | 0 – off 1 – on 0xFF – Change the status for the opposite one |