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 think ur script may be broken when it comes to color temperature adjustable bulbs
sending commands to the bulb works fine but the issue is in getting the status
when getting the status of the dimming only bulb i have in my living room it works fine, light.on() reports 0 or 1 for on or off and light.lum() reports the current brightness between 1 and 100, but when i try to get info out of my temperature adjustable bulb no matter what the bulb's current status is it gives light.on() 10 and light.lum() 1
the app gets the current status of the bulb without issues
The text was updated successfully, but these errors were encountered:
thanks that fixed it, it also actually shows the name of my temp variable light, before i could only control it via group, i needed this to make a script that would flash my light, but i wanted my light to always end up in the state it was in before the flashing started, so i needed to be able to figure out what state the light is in before i start flashing
i think ur script may be broken when it comes to color temperature adjustable bulbs
sending commands to the bulb works fine but the issue is in getting the status
when getting the status of the dimming only bulb i have in my living room it works fine, light.on() reports 0 or 1 for on or off and light.lum() reports the current brightness between 1 and 100, but when i try to get info out of my temperature adjustable bulb no matter what the bulb's current status is it gives light.on() 10 and light.lum() 1
the app gets the current status of the bulb without issues
The text was updated successfully, but these errors were encountered: