Programming
Face Plate LED Commands
Metreau Entry Communicators support the following LED face plate SEND_COMMANDs on port 1.
Face Plate LED Commands
SET | Syntax: |
Adjusts the brightness of the LED. | SEND_COMMAND <DEV>,"'SET |
To turn the LED ON or OFF. | <level>'" |
| Variable: |
| • State = ON, OFF |
| • Level = 0 – 100. Represents 0%(dimmest) to 100% brightest. |
| Example: |
| SEND_COMMAND MET1,'"SET |
| Sets the LED brightness level ON at 50%. |
|
|
GET | Syntax: |
Retrieves the brightness of the | SEND_COMMAND <DEV>,"'GET |
LED. To turn the LED ON or OFF. | Example: |
| |
| SEND_COMMAND MET1,"'GET |
| Returns: |
| LEDLEVEL = <state> <level> |
|
|
SET | Syntax: |
Sets the state of the front button | SEND_COMMAND <DEV>,"'SET |
LED. | Variable: |
| |
| • State = IDLE, ACTIVE |
| Example: |
| SEND_COMMAND MET1,"'GET |
| Sets the LEDS in an active pulsing state. |
|
|
GET | Syntax: |
Retrieves the brightness of the | SEND_COMMAND <DEV>,"'GET |
LED. To turn the LED ON or OFF. | Returns: |
| |
| IDLE, ACTIVE |
| Example: |
| SEND_COMMAND MET1,"'GET |
| Returns: |
| ’LEDSTATE = ACTIVE’ |
|
|
Metreau Entry Communicators | 55 |
|
|