namacha / python-magichue

Control Magic Hue(Magichome) in Python.
MIT License
60 stars 12 forks source link

Question: Does this support Flux LED aswell? #32

Closed henryruhs closed 3 years ago

henryruhs commented 3 years ago

I wonder if "Flux LED" just a rebranding of the "MagicLight"? There is this flux_led library that uses the same type of ssdp discovery.

magichue

https://github.com/namacha/python-magichue/blob/master/magichue/discover.py#L13-L14

flux_led

https://github.com/Danielhiversen/flux_led/blob/master/flux_led/__main__.py#L1210 https://github.com/Danielhiversen/flux_led/blob/master/flux_led/__main__.py#L1216

namacha commented 3 years ago

I think yes. Basically this library should work with flux-LEDs, there may be slight differences though.

henryruhs commented 3 years ago

Thanks for the quick response, I close that issue and suggest to extend the README with that information.