The Light Tree agent controls a lightstack.
For the properties below, you can enter either strings or variables. If you enter a variable, the value is substituted from the database when the XML configuration file is generated. Refer to Using variables for property values for details on what variables can be substituted.
Property | Description |
---|---|
active.red.overwrites | The logical names list of actors that are overwritten if the corresponding actor is active |
agent.name | The name of the agent |
control.all.topic | The topic that turns all actors into the given state |
control.amber.topic | When received, the corresponding pin is updated. Multiple topics are allowed. |
control.aux.topic | When received, the corresponding pin is updated |
control.green.topic | When received, the corresponding pin is updated. Multiple topics are allowed. |
control.red.topic | When received, the corresponding pin is updated. Multiple topics are allowed. |
duration.amber.ms | The length of time in milliseconds that the corresponding pin is on before it goes off |
duration.aux.ms | The length of time in milliseconds that the corresponding pin is on before it goes off |
duration.green.ms | The length of time in milliseconds that the corresponding pin is on before it goes off |
duration.red.ms | The length of time in milliseconds that the corresponding pin is on before it goes off |
gpio.adapter.prefix | The prefix used to communicate with the IO-Profile |
invert.amber | If set to true, the actor's pin is driven inversely |
invert.aux | If set to true, the actor's pin is driven inversely |
invert.green | If set to true, the actor's pin is driven inversely |
invert.red | If true, the actor's pin is driven inversely |
io.amber.pin | The pin associated with the corresponding logical actor name |
io.aux.pin | The pin associated with the corresponding logical actor name |
io.green.pin | The pin associated with the corresponding logical actor name |
io.red.pin | The pin associated with the corresponding logical actor name |
log.level | The level of logging to use with this agent. If the value is empty then the system log level will be used. The Alert agent must be running in order to set this property. |
pins.logical.names | The logical names list of the actors associated to the pins |
portal.id | The portal ID associated with this agent |
portal.name | The portal name associated with this agent |
refresh.topic | The topic that leads to a republish of the actor's state |
selftestmode | Indicates if self-test mode is active |
source.id | The source ID for generic events in this agent |
tracing | Displays trace output. The Alert agent must be running in order to set this property. |