You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a LightState for a single lamp using an invalid id (for example 0 instead of 1). The error message is a bit missleading, here's the stack trace:
"error":"Cannot call method 'hasRGB' of undefined",
"stack":"TypeError: Cannot call method 'hasRGB' of undefined\n at HueApi._getLightStateOptions (
/a-project/node_modules/node-hue-api/hue-api/index.js:996:15)\n at HueApi.setLightState (
/a-project/node_modules/node-hue-api/hue-api/index.js:322:24)\n at Object.exports.lampDim (
The text was updated successfully, but these errors were encountered:
I created a
LightState
for a single lamp using an invalid id (for example 0 instead of 1). The error message is a bit missleading, here's the stack trace:The text was updated successfully, but these errors were encountered: