| Advanced Programming | |
|
|
|
Command Interface (Cont.) |
|
|
|
|
|
Command | Description |
|
|
|
|
Set the Dimmer level or the group of dimmers level. |
| |
<level>[,<time>] | <index>: 1..n |
|
| <level>: 0..255 |
|
| <time> : 0..n = Optional parameter. |
|
| Specifies the length of time, in |
|
| seconds, the dimmer will take to |
|
| fade from the current level to the |
|
| target level. Defaults to 0 if not |
|
| used. |
|
| Example: |
|
|
|
|
|
|
|
| Query for the level of a Dimmer at the specified index. |
|
| Responds with |
|
| <index>: 1..n |
|
| Example: |
|
|
|
|
|
|
|
Ramp the Dimmer or group of dimmers at the specified index. |
| |
<state> | <index>: 1..n |
|
| <state>: UP, DOWN, STOP |
|
| Example: |
|
|
|
|
|
|
|
|
|
|
Remove the lighting component at the specified index. |
| |
| Also see |
|
| <index>: 1..n |
|
| Example: |
|
|
|
|
|
|
|
LIGHTREMOVEADDR- | Remove the lighting component with the specified address. The |
|
[<Grp>:]<addr>[;<addr>] | address must match exactly (including addresses order for groups) in |
|
| order to have a successful remove. |
|
| Also see |
|
| <Grp>: 1..48 = group label. Used only if removing a group. |
|
| <addr>: address to remove |
|
| Example: |
|
|
| |
|
| |
|
|
|
This will turn On, Off, or Toggle a specific Dimmer. If used with a |
| |
<state> | scene, only On (recall) is applicable. Does not apply to Keypads. If |
|
| this command is sent to a Keypad it will not process. |
|
| <index>: 1..n = index of the Dimmer to |
|
| control |
|
| <state>: ON, OFF, TOGGLE |
|
| Example: (assuming that there is a Dimmer stored at index 1) |
|
|
|
|
|
|
|
27 |
| |
|
|
|