Page 1 of 1

Switch All On does not work

Posted: 21 Oct 2013 16:07
by ark
When I hit Switch All On button on the Zwave gui, it triggers the following command:
http://192.168.1.13:8083/ZWaveAPI/Run/d ... 7].Set[255]

However this returns the following error:
Error 500: Internal Server Error
Uncaught TypeError: Cannot read property 'instances' of undefined


Any ideas?

Thanks.
ARK

This button comes from Z

Posted: 21 Oct 2013 16:07
by PoltoS
This button comes from Z-Cloud. We will hide it in future.

What would be the best way to

Posted: 21 Oct 2013 16:07
by ark
What would be the best way to program Switch All On in the java script? Is there a sample code that you can provide please?

Thanks.

for (var devId in zway

Posted: 21 Oct 2013 16:07
by PoltoS
for (var devId in zway.devices) {
zway.devices[devId].Basic.Set(VVV)
}