RDC-PDC AND RDM-3SWM
Leha
Posts: 37
How to operate RDM-3SWM through RDC-PDC?
I send command SEND_LEVEL RDCDC, 1,100 and light joins.
How now it to switch off? Tried SEND_LEVEL RDCDC, 1,0 doesn't work!!! What to do?
I send command SEND_LEVEL RDCDC, 1,100 and light joins.
How now it to switch off? Tried SEND_LEVEL RDCDC, 1,0 doesn't work!!! What to do?
0
Comments
But, I seem to remember that you turn lights on and off with a channel on and off. So, fro example, zone 1 is controlled by:
on[dv_lights,1] // turn on zone one
off[dv_Lights,1] // turn zone off.
(I think this is how it worked. Like I said, I don't have it in front of me right now.)