Difference between revisions of "Translations:RGB-lamp/3/en"
From Larnitech wiki page
Jump to navigation
Jump to search
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" color-temp="307:4" color-white="307:5"> <linked addr="101:1"/> // is bound to the button with the address 101:1 <automation ……/> // set the automation for this element </item> </syntaxhighlight> color-temp="dimmer ID:SUBID" – for adding and control dimmer brigtness bar with temperature.
<syntaxhighlight lang="xml" line>
<item addr="100:10" name="chandelier" type="rgb-lamp" auto-period="600" color-temp="307:4" color-white="307:5">
<linked addr="101:1"/> // is bound to the button with the address 101:1
<automation ……/> // set the automation for this element
</item>
</syntaxhighlight>
color-temp="dimmer ID:SUBID" – for adding and control dimmer brigtness bar with temperature.
Translation <syntaxhighlight lang="xml" line> <item addr="100:10" name="chandelier" type="rgb-lamp" auto-period="600" color-temp="307:4" color-white="307:5"> <linked addr="101:1"/> // is bound to the button with the address 101:1 <automation ……/> // set the automation for this element </item> </syntaxhighlight> color-temp="dimmer ID:SUBID" – for adding and control dimmer brigtness bar with temperature. 1 <item addr= "100:10" name= "chandelier" type= "rgb-lamp" auto-period= "600" color-temp= "307:4" color-white= "307:5" >
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>
color-temp="dimmer ID:SUBID" – for adding and control dimmer brigtness bar with temperature.