mookfist / repo

Kodi Repository
6 stars 4 forks source link

Expose native limitlessled fade command #6

Closed mookfist closed 8 years ago

mookfist commented 8 years ago

LimitlessLED protocol offers a fading in/fading out command. I've found it to be not very reliable, but that could just be my setup.

It will be an alternative to speed control (can't mix the two).

mookfist commented 8 years ago

I was mistaken. There is no native fade command from the limitlessled API. The python-milights library is just doing what I'm doing, sending successive brightness commands.