Search found 1 match
- 16 Oct 2014 01:54
- Forum: RaZberry
- Topic: Cannot read property '<nodeid>' of undefined
- Replies: 1
- Views: 2433
Cannot read property '<nodeid>' of undefined
According to the dev docs this should work: 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: C...