Changes
Jump to navigation
Jump to search
56 bytes added
, 08:12, 19 August 2021
Line 9: |
Line 9: |
| </syntaxhighlight> | | </syntaxhighlight> |
| | | |
− | ==Additional parameters== | + | ===Additional parameters=== |
| | | |
| {|class="wikitable" | | {|class="wikitable" |
Line 15: |
Line 15: |
| !Name!!type and variety!!description | | !Name!!type and variety!!description |
| |- | | |- |
− | |sub-type||enum||damper | + | |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 |
− | air-fan | |
− | socket | |
− | lock | |
− | dehumidifier | |
− | closing-switch -automatic device | |
− | valve-3 – 3 way valve | |
− | pump | |
| |} | | |} |
| ===Device status (1 byte)=== | | ===Device status (1 byte)=== |
Line 30: |
Line 23: |
| !Byte number||description | | !Byte number||description |
| |- | | |- |
− | |0||Device status. | + | |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.) |
− | 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.) | |
| |} | | |} |
| | | |
Line 48: |
Line 32: |
| !Byte!!description | | !Byte!!description |
| |- | | |- |
− | |0||0 – off | + | |0||0 – off<br>1 – on<br>0xFF – Change the status for the opposite one |
− | 1 – on | |
− | 0xFF – Change the status for the opposite one | |
| |} | | |} |