Installation Manual

74
Lutron® integration protocol
Devices
Stanza® SZ-IO: DEVICE Commands
DEVICE Command Formats
DEVICE Command-specific fields
Component Number:
Component Component Number Available Actions
CCI 1 3 Close, Open
CCI 2 4 Close, Open
CCI 3 5 Close, Open
CCI 4 6 Close, Open
CCI 5 7 Close, Open
CCI LED 1 8 Get (?) LED state
CCI LED 2 9 Get (?) LED state
CCI LED 3 10 Get (?) LED state
CCI LED 4 11 Get (?) LED state
CCI LED 5 12 Get (?) LED state
Action Numbers and Parameters:
Action Action Number Parameters
Close 3 None
Open 4 None
Get (?) LED state 9 None
#DEVICE, 2, Component Number, Action Number, Parameters
Use “DEVICE Command-specific fields” tables
to complete these command fields.
Operation
Command
Integration ID (example)
Example DEVICE Messages
Examples presume CCI has been assigned Integration ID 2.
Operation Command String
Execute: #DEVICE, Integration ID, Component Number, Action Number, Parameters
Close CCI1. #DEVICE,2,4,3<CR><LF>
Query: ?DEVICE, Integration ID, Component Number, Action Number
What is the state of LED 1? ?DEVICE,2,8,9<CR><LF>
What is the state of CCI 3? ?DEVICE,2,4<CR><LF>
Response: ~DEVICE, Integration ID, Component Number, Action Number, Parameters
LED 1 is on. ~DEVICE,2,8,9,1<CR><LF>