iRayanKhan / homebridge-tuya

A Homebridge plugin to control Tuya devices locally.
MIT License
380 stars 160 forks source link

New device support and RGB saturation bug fix #469

Open scooterpsu opened 1 month ago

scooterpsu commented 1 month ago

This adds support for the BlissLights Sky Lite Evolve Star Projector

Essentially an RGB light with a switch for the rotation motor. The rotation could be broken out into a brightness slider, but at max speed the movement is too subtle for me to justify the effort. Other models come with laser stars, which would require additional switches.

Pulling from the existing RGBOutlet code I also found an bug with saturation in the existing RGB implementations.