Recurring errors in OpenRemoteHelpers
Posted: 29 Dec 2014 12:31
Not completely sure, but I guess setVal. should be removed from line 191?
(broken since the beginning)
LOG
CODE
(broken since the beginning)
LOG
Code: Select all
[2014-12-29 04:21:33.454] [E] [8083] Callback execution error: TypeError: Cannot read property 'setVal' of undefined
at OpenRemote (automation/modules/OpenRemoteHelpers/index.js:191:73)
at WebServerRequestHandler (automation/main.js:85:10)
Code: Select all
190 if (mode !== null) {
191 return zway.devices[N].ThermostatSetPoint.data[mode].setVal.value;
192 }
193 return 0;