Difference between revisions of "Dimmer"
Jump to navigation
Jump to search
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{UI Object Header}} | {{UI Object Header}} | ||
− | A dimmer | + | A dimmer light actuator. |
[[File:UI Object dimmer.png]] | [[File:UI Object dimmer.png]] | ||
== Parameters == | == Parameters == | ||
− | *'''address''': device data point name | + | *'''address''': device data point name. Supports [[Redirect variables]] |
*'''position''': the object's position. Use the pixels or rows and columns coordinates format | *'''position''': the object's position. Use the pixels or rows and columns coordinates format | ||
− | *'''label''': the text label on the | + | *'''label''': the text label on the panel. Can contain HTML tags |
== Syntax == | == Syntax == |
Latest revision as of 16:20, 26 September 2019
A dimmer light actuator.
Parameters
- address: device data point name. Supports Redirect variables
- position: the object's position. Use the pixels or rows and columns coordinates format
- label: the text label on the panel. Can contain HTML tags
Syntax
(dimmer <address>; <position>; <label>)
E.g.
(dimmer light.1; x10y20; Light)