Radiora2 Switch Control
Cedric
Posts: 32
Hi,
I'm trying to control some LUTRON switch with the RadioRa2 (CCD-8S-DV) but I can't find the command and the define for the switch only for the dimmer.
Had try this :
VOLATILE CHAR sLightAddress[20][20] =
{
'6:D1',
'7:D1',
'8:D1'
}
send_command vdvLutronRadioRA2, "'LIGHTSYSTEMSTATE-6:D1,ON'"
if you have any information thanks
I'm trying to control some LUTRON switch with the RadioRa2 (CCD-8S-DV) but I can't find the command and the define for the switch only for the dimmer.
Had try this :
VOLATILE CHAR sLightAddress[20][20] =
{
'6:D1',
'7:D1',
'8:D1'
}
send_command vdvLutronRadioRA2, "'LIGHTSYSTEMSTATE-6:D1,ON'"
if you have any information thanks
0
Comments