- [FIX] Fixes the dimming math to correctly map 0% -> 10%
- [FIX] Handles bulb not sending a brightness value, defaults to the on/off state of the bulb
- Thank you @MoTechnicalities for diagnosing and responding to these issues
- [FEAT] Support for Wiz Plugs/Outlets
- [FIX] Make scenes opt-in since it breaks light-grouping functionality
-
[FEAT] Add support for scenes! Optionally disable this via
enableScenes
param since it removes your ability to tap on a tile to turn a light on/off -
[FEAT] Config UI for HOOBS
-
Credits for contributors. Thank you:
#7 Remove obsolete/invalid parameters from setPilot to fix
#16 Support costco wiz lights that behave differently from philips wiz
#25 Fix: getter for Name Characteristic returned object instead of the value
#57 transform the received dimming value to also fit the 10 to 100 range
#67 feat: Support durable custom names in config
- [FIX] Add instant response for bulbs, will now return last-known value if bulbs take more than 1 second to respond.
- [FEAT] Add a changelog
- [FEAT] Add batching for getPilot queries which should reduce network traffic a bit
- [FIX] Fix import issues from v2
- [FIX] Prevent TW bulbs from magically becoming RGB bulbs
- [FEAT] Support for RGB, Color Temp, and (Do I call them regular?) non-color-nor-temperature-adjustable bulbs
- [FEAT] Vastly lower network traffic - No longer relies on heartbeats
- [FEAT] Full compatibility with latest version of homebridge 1.3.1
- [FEAT] Improved documentation (for both users and developers)