Difference between revisions of "Dimmer"

From HSYCO
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{UI Object Header}}
 
{{UI Object Header}}
A dimmer [[light]] actuator.
+
A dimmer light actuator.
  
 
[[File:UI Object dimmer.png]]
 
[[File:UI Object dimmer.png]]
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 button. Can contain HTML tags
+
*'''label''': the text label on the panel. Can contain HTML tags
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 10:49, 28 April 2014

Note  For a description and a complete list of UI Objects, see UI Objects.

A dimmer light actuator.

UI Object dimmer.png

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)