Difference between revisions of "Translations:Lamp element/1/en"

From Larnitech wiki page
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 11:38, 23 January 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Lamp element)
===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>
Translation===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>

Example of description in XML

1<item addr="100:10" name=" chandelier" type="lamp" auto-period="600" system="yes" image="air-fan">
2    <linked addr="101:1"/>  // is bound to the button with the address 101:1
3    <automation ……./>  // set the automation for this element
4</item>
5<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