Difference between revisions of "Translations:RGB-lamp/2/en"

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

Latest revision as of 15:00, 24 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 (RGB-lamp)
<syntaxhighlight lang="xml" line>
<item addr="100:10" name="chandelier" type="rgb-lamp" auto-period="600" system="yes">
   <linked addr="101:16"/>  // is bound to the button with the address 101:1
   <automation ……/>  // set the automation for this element
</item>
</syntaxhighlight>
Translation<syntaxhighlight lang="xml" line>
<item addr="100:10" name="chandelier" type="rgb-lamp" auto-period="600" system="yes">
   <linked addr="101:16"/>  // is bound to the button with the address 101:1
   <automation ……/>  // set the automation for this element
</item>
</syntaxhighlight>
1<item addr="100:10" name="chandelier" type="rgb-lamp" auto-period="600" system="yes">
2    <linked addr="101:16"/>  // is bound to the button with the address 101:1
3    <automation ……/>  // set the automation for this element
4</item>