rainlake / homebridge-platform-lightify

MIT License
13 stars 5 forks source link

Tunable whites revert to White color tone when adjusting brightness #11

Open swamaway opened 6 years ago

swamaway commented 6 years ago

My tunables whites revert to a white color while adjusting brightness via the home app. Also, there is a visible stutter when dimming or brightening. Any way to fix both of these issues?

rainlake commented 6 years ago

For tunnable, I'm not sure. for the dimming, brightening issue, We use a timer to avoid send too many commands to your bridge. that's an expected behavior. slide the slider slower may help .

mylesagray commented 6 years ago

@swamaway I believe I have fixed the white color reverting in this pull request: https://github.com/rainlake/homebridge-platform-lightify/pull/14

Just need @rainlake to approve pull and publish to NPM.