I noticed the AllOnEnable and Disable flags in the devices. WHen I set them, I assume that I can call ZWaveDevice.AllOn() in order to turn on all the devices with the flag set (?)
I have not been able to get this to work. An Example:
1. I have 90 devices
2. I set the AllOnEnable to TRUE for 10 of the devices
3. I issue a ZWaveDevice.AllOn()... Should I not see the 10 devices turn on? The only device that turns on is the one that I sent the AllOn() to.
The same is true for the AllOff().
Any suggestions?