Changes
Jump to navigation
Jump to search
167 bytes added
, 15:15, 25 January 2022
Line 1: |
Line 1: |
| <languages/> | | <languages/> |
− | ===Example of description in XML=== | + | ===Пример описания в XML=== |
| <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| <item addr="100:10" name="blinds" type="blinds" system="yes"> | | <item addr="100:10" name="blinds" type="blinds" system="yes"> |
− | <linked addr="101:1"/> // is bound to the button with the address 101:1 | + | <linked addr="101:1"/> // привязан к кнопке с адресом 101:1 |
− | <automation ……/> // set the automation for this element | + | <automation ……/> // установить автоматизацию для этого элемента |
| </item> | | </item> |
| </syntaxhighlight> | | </syntaxhighlight> |
| <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| <item addr="100:10" name="Blinds" type="blinds" vanes="307:5"> | | <item addr="100:10" name="Blinds" type="blinds" vanes="307:5"> |
− | <linked addr="101:1"/> // is bound to the button with the address 101:1 | + | <linked addr="101:1"/> // привязан к кнопке с адресом 101:1 |
− | <automation ……/> // set the automation for this element | + | <automation ……/> // установить автоматизацию для этого элемента |
| </item> | | </item> |
| </syntaxhighlight> | | </syntaxhighlight> |
− | vanes="blinds ID:SUBID" – for adding and control vanes | + | vanes="blinds ID:SUBID" – для добавления и управления пластинами |
| | | |
| ===Device status (3 bytes)=== | | ===Device status (3 bytes)=== |
editor, translation-admin, translator