tfriedel / python-lightify

Python module for Osram lightify. This is a work in progress.
Apache License 2.0
18 stars 9 forks source link

Minor fixes and updates to simplify HA integration #12

Closed OleksandrBerchenko closed 5 years ago

OleksandrBerchenko commented 5 years ago

Hopefully the last one.

@tfriedel I have fixed a bug with a version value - finally device versions look identical with what I see in Lightify app. Could you please double check versions of your devices, especially those Ikea bulbs? Thanks!

tfriedel commented 5 years ago

some devices like the Lightify Switch Mini reported their version as 010B0000, so I changed the representation to hexadecimal. now the string is always 8 characters long.

OleksandrBerchenko commented 5 years ago

Thanks for the fix!