Changes

1,205 bytes added ,  11:40, 23 January 2022
Updating to match new version of source page
<languages/>
===Example of description in XML===
<syntaxhighlight lang="xml" line>
<item addr="100:10" name=" chandelier" type="lamp" auto-period="600" system="yes" image="air-fan">
<linked addr="101:1"/> // is bound to the button with the address 101:1
<automation ……./> // set the automation for this element
</item>
<item addr="100:11" name=" chandelier" type="lamp" sub-type="air-fan" auto-period="600" system="yes" image="air-fan"/> //to create air-fan item
</syntaxhighlight>

===Additional parameters===

{|class="wikitable"
|-
!Name!!type and variety!!description
|-
|sub-type||enum||damper<br>air-fan<br>socket<br>lock<br>dehumidifier<br>closing-switch -automatic device<br>valve-3 – 3 way valve<br>pump
|}
===Device status (1 byte)===

{|class="wikitable"
|-
!Byte number||description
|-
|0||Device status.<br>Bit 0:<br>0 – off<br>1 – on<br>Bit 3:<br>0 – automation is disactivated<br>1 – automation is activated<br>Bit 7:<br>0 – no alarm<br>1 – alarm (relating to temperature, current etc.)
|}

===Possible variants of setting the status===

{|class="wikitable"
|-
!Byte!!description
|-
|0||0 – off<br>1 – on<br>0xFF – Change the status for the opposite one
|}
3,368

edits