Difference between revisions of "Translations:RGB-lamp/3/ru"

From Larnitech wiki page
Jump to navigation Jump to search
(Created page with "<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"/> /...")
 
(No difference)

Latest revision as of 13:08, 25 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.
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"/>  // привязан к кнопке с адресом 101:1
     <automation ……/> // установить автоматизацию для этого элемента
</item>
</syntaxhighlight>
color-temp="dimmer ID:SUBID" – для добавления и управления полосой яркости диммера с температурой.
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"/>  // привязан к кнопке с адресом 101:1
3     <automation ……/> // установить автоматизацию для этого элемента
4</item>

color-temp="dimmer ID:SUBID" – для добавления и управления полосой яркости диммера с температурой.