Advanced Programming
Command Feedback (Cont.)
String | Description |
| |
|
| ||
Reply to the device firmware version. | |||
| Example: |
|
|
| |||
|
| ||
Reply received when a keypad button has been double- | |||
<state> | tapped.This reply is received on the port matching the keypad | ||
| number that cause the event. | ||
| <btn> | : 1..24 = keypad button number | |
| <state>: DOUBLE_CLICK | ||
| Example: |
|
|
|
| ||
|
| ||
| Feedback for the Keypad state. This feedback is received on the | ||
| virtual device port matching the keypad number. | ||
| <state>: 1=ON |
| |
|
| 0=OFF |
|
| Example: |
|
|
|
|
| |
|
| ||
| Feedback for the current index to Keypad address | ||
| assignment.This feedback is always issued on port 1. | ||
| <index>: | 0 = not assigned | |
|
| 1..24 = assigned index/port | |
| <addr>: Keypad address (blank if no address assigned) | ||
| Example: |
|
|
| |||
|
| ||
| Feedback for the current index to Dimmer/Group/Scene address | ||
| assignment. |
| |
| <index>: | 0 = not assigned | |
|
| 1..n = assigned index | |
| <addr>: Dimmer address, Group addresses, or Scene number | ||
| (blank if no address assigned) | ||
| Example: |
|
|
| |||
| // at index 4 we have scene 1 stored. | ||
|
| ||
Reply for the Dimmer level. | |||
<level> | <index>: 1..n |
| |
| <level>: 0..255 |
| |
| Example: |
|
|
|
|
| |
|
| ||
Feedback for the Dimmer ramping state. | |||
<state> | <index>: 1..n |
| |
| <state>: UP, DOWN, STOP | ||
| Example: |
|
|
|
|
| |
|
| ||
|
|
|
|
31 |
| |
|
|
|