Cannot read property '<nodeid>' of undefined
Posted: 16 Oct 2014 01:54
According to the dev docs this should work:
it doesn't. help?
Code: Select all
obovoid:~/projects/zway> cat test.sh
#!/bin/sh
HOST="10.0.0.17:8083"
curl ${HOST}'/ZWaveAPI/Run/Devices\[7\].instances\[1\].commandClasses\[0x20\].Set(255)'
obovoid:~/projects/zway> ./test.sh
Error 500: Internal Server Error
Uncaught TypeError: Cannot read property '7' of undefined% obovoid:~/projects/zway>