kw123 / Hue-Lights-Indigo-plugin

Philips Hue control from Indigo
MIT License
7 stars 11 forks source link

2022.11.26 setColorTemperature error on individual bulb #18

Open shakatarius opened 2 years ago

shakatarius commented 2 years ago

Error on running any script with setColorTemperature on an individual bulb. Same script works when downgraded to v1.10.24

File "plugin.py", line 9575, in setColorTemperature if bulbId is None or bulbId == 0: UnboundLocalError: local variable 'bulbId' referenced before assignment

kw123 commented 2 years ago

I will be back home in a week. Will check then.

Karl

Having lunch on top of mountain at lake Como. Live is tough :)

On 11.06.2022, at 12:02, shakatarius @.***> wrote:

 Error on running any script with setColorTemperature on an individual bulb. Same script works when downgraded to v1.10.24

File "plugin.py", line 9575, in setColorTemperature if bulbId is None or bulbId == 0: UnboundLocalError: local variable 'bulbId' referenced before assignment

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

shakatarius commented 2 years ago

🥗🍷sounds good!

kw123 commented 2 years ago

fixed in next release, will put ONLY on GitHub not on indigo store until fully tested

On Jun 11, 2022, at 12:02, shakatarius @.***> wrote:

9575