jfarmer08 / homebridge-wyze-smart-home

Wyze Smart Home plugin for Homebridge.
MIT License
93 stars 14 forks source link

replaced undefined this.hexValue with defined hexValue #249

Closed Hochen97 closed 1 month ago

Hochen97 commented 1 month ago

As detailed in #234 and #247, replaced this.hexValue in WyzeMeshLight.js setHue() function with hexValue, as this.hexValue is not defined in the file. This paradigm matches setSaturation(), where the exact same hexValue logic exists.