Hi,
I have a CM19A attached to a PC. I can control light/fan from PC and remote control. work very well.
But the program(on IE) can not receive nothing from DS10A(door/windows sensor).
i use this function in order to receive command from remote control and DS10A
Function ActiveHome1_RecvAction( bszRecv, vParm1, vParm2, vParm3, vParm4, vParm5, vReserved )
bszRecv = recvrf
vParm1 = ?? (house/number, do i need to register it?, how can i do it?)
vParm2 = socialite (command from sensor as DS10A)
vParm3 = ff,16,7g,f5 (code from DS10)
vParm4 = (status of DS10)
vParm5 = (date time)
do i need to "register" the DS10A and link to a house/number?, how can i do it?
regards,