Hi , Vb 2010 express on W7 32bit
Just downloaded/installed SDK
Tried to search forum but could not find the answer so if you could help out that could be great, sorry if you have be asked same question many times.
These work great on cm15
ActiveHomeObj.SendAction("sendplc", "b1 on")
ActiveHomeObj.SendAction("sendplc", "b1 off")
ActiveHome_RecvAction ()is returning the rf motion sensor ok
b1 is 2-way appliance module, returns status and turns off with allunitsoff using cm11a but will not return status or turn off from allunitsoff with the sdk on cm15
Do not work so far on cm15
ActiveHomeObj.SendAction("queryplc", "b1 on") '--> nothing is returned by ActiveHome_RecvAction ...cut
ActiveHomeObj.SendAction("sendplc", "b AllUnitsOff")
Thanks