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
client.lights.getById(1).then(light=>{// assuming this Light is a non-color light, e.g. Hue Whitelight.effect='colorloop';client.lights.save(light).then(result=>{// never called}).catch(result=>{// never called})})
When an invalid property has been set, neither promise callbacks return.
The text was updated successfully, but these errors were encountered:
Please see the following example:
When an invalid property has been set, neither promise callbacks return.
The text was updated successfully, but these errors were encountered: