Bob if this was easy to do I would recommend the change.
hs.PluginFunction("BLRadar", "", "ControlDevice", New Object(){"Q12","off" ,0}) --- In HS3 this would fire based on the device code.
This doesn't work in HS4 ( and I fully understand why!)
However it quietly fails.....it would be great if trying to switch a device ref that doesn't exist would cause an error entry in the HS log....
hs.PluginFunction("BLRadar", "", "ControlDevice", New Object(){"Q12","off" ,0}) --- In HS3 this would fire based on the device code.
This doesn't work in HS4 ( and I fully understand why!)
However it quietly fails.....it would be great if trying to switch a device ref that doesn't exist would cause an error entry in the HS log....
Comment