Changes
Jump to navigation
Jump to search
93 bytes added
, 15:03, 24 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=" chandelier" type="lamp" auto-period="600" system="yes" image="air-fan"> | | <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 | + | <linked addr="101:1"/> // привязан к кнопке с адресом 101:1 |
− | <automation ……./> // set the automation for this element | + | <automation ……./> // установить автоматизацию для этого элемента |
| </item> | | </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 | + | <item addr="100:11" name=" chandelier" type="lamp" sub-type="air-fan" auto-period="600" system="yes" image="air-fan"/> //создать элемент вентиляции |
| </syntaxhighlight> | | </syntaxhighlight> |
| | | |
editor, translation-admin, translator