Advanced Programming
Command Feedback
The Duet module will provide feedback to the user interface code for the lighting controller. Here are the supported feedback commands. The feedback is provided via command events.
Command Feedback
String | Description |
|
|
| Feedback for the H48 addressing/programming mode. This |
| mode is used to program a Dimmer address. Once the H48 is in |
| addressing mode, |
| address for and use the SETADDRESS- command to set the |
| address of that Dimmer. |
| <state>: 1=ON |
| 2=OFF |
| Example: |
| |
|
|
| Reports the current date and time. Time is reported in military |
| format. This reply is received whenever a ?CLOCK query has |
| been issued. |
| Example: |
| |
|
|
Connection feedback. | |
| <ip>: IP address |
| <message>: Success, Invalid Password |
| Example: |
| |
|
|
DEBUG=<value> | Feedback for the debug feature. |
| <value>: 1 = Error |
| 2 = Warning |
| 3 = Debug |
| 4 = Info |
| DEBUG=1 (default) |
|
|
Feedback for the date. | |
| <date>: string |
| Example: |
| |
|
|
| Unsolicited feedback received whenever the module has encoun- |
| tered a problem such as assigning the wrong bus number to a |
| dimmer during the addressing/programming stage. |
| <message>: string |
| Example: |
| |
|
|
Reply to a DIMMERFLASH- command. | |
| <addr>: Dimmer address |
| <state>: 1=START |
| Example: |
| |
|
|
| 30 | |
|
|
|