Translations:Dimmer-lamp/1/en

From Larnitech wiki page
Revision as of 11:38, 23 January 2022 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Example of description in XML

1<item addr="100:10" name="chandelier" type="dimer-lamp" auto-period="600" system="yes">
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>
1<item addr="100:10" name="chandelier" type="dimer-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>