Difference between revisions of "Dimmer"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
*'''address''': device data point name | *'''address''': device data point name | ||
*'''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 == |
Revision as of 10:30, 28 January 2014
A dimmer light actuator.
Parameters
- address: device data point name
- 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)