Changes

692 bytes added ,  09:01, 20 August 2021
Created page with "===Example of description in XML=== <syntaxhighlight lang="xml" line> <item addr="333:10" name="Motion" type="motion-sensor" scale="0:100"/> </syntaxhighlight> ===Additional..."
===Example of description in XML===
<syntaxhighlight lang="xml" line>
<item addr="333:10" name="Motion" type="motion-sensor" scale="0:100"/>
</syntaxhighlight>

===Additional parameters===

{|class="wikitable"
|-
!Name!!type and variety!!description!!default value
|-
|scale||auto<br>MIN:MAX||display range||-
|-
|value-min||Integer||The minimum value for the indication bar around the sensor, for example value-min="22"||0
|-
|value-max||Integer||The maximum value for the indication bar around the sensor, for example value-max="54"||100
|}

===Device status (2 bytes)===

{|class="wikitable"
|-
!Byte number!!Description
|-
|0||Fractional value of sensor
|-
|1||Integral value of sensor
|}