Changes
Jump to navigation
Jump to search
844 bytes added
, 06:39, 20 August 2021
===Example of description in XML===
<syntaxhighlight lang="xml" line>
<item addr="384:6" name="Garage" type="jalousie"/>
</syntaxhighlight>
===Device status (1 byte)===
{|class="wikitable"
|-
!Byte number!!Description
|-
|0||Device status.<br><br>Bit 0-2:<br>0 – closed<br>1 – opened<br>2 – is closing<br>3 – is opening<br>4 – middle position<br><br>5 – unknown status<br><br>Bit 3:<br><br>0 – automation is disactivated<br><br>1 – automation is activated<br><br>Bit 7:<br><br>0 – no alarm<br><br>1 – alarm (relating to temperature)
|}
===Possible variants of setting the status===
{|class="wikitable"
|-
!byte!!description
|-
|0||0 – close (stop if the position is 2 or 3)<br>1 – open (stop if the position is 2 or 3)<br>2 – close<br>3 – open<br>4 – stop<br>0xFF – Change the status for the opposite one
|}