System information

6
Lutron® integration protocol
Command Examples
1) This command sets a dimmer (1) level to 75% with a 1 minute and 30 second fade time.
#OUTPUT,1,1,75,01:30<CR><LF>
Command Integration ID Command-specific fields
Action Number Level Fade Time
#OUTPUT 1 1 75 01:30
2) This command presses button number 1 of a keypad (2).
#DEVICE,2,4,3<CR><LF>
Command Integration ID Command-specific fields
Component Number Action Number
#DEVICE 2 4 3
3)
This command requests the output level for a dimmer (3).
?OUTPUT,3,1<CR><LF>
Command Integration ID Command-specific fields
Action
?OUTPUT 3 1
4)
When a user makes a change to a dimmer locally, the following command response would be sent out from
the system or when requested by the command in Example 3 above. This command response example
shows the local dimmer (3) level was changed to 90%.
~OUTPUT,3,1,90.00<CR><LF>
Command Integration ID Command-specific fields
Action Level
~OUTPUT 3 1 90.00