Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.62 KB

CHANGELOG.md

File metadata and controls

56 lines (41 loc) · 2.62 KB

Changelog

3.2.1

  • [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

3.2.0

  • [FEAT] Support for Wiz Plugs/Outlets

3.1.1, 3.1.2

  • [FIX] Make scenes opt-in since it breaks light-grouping functionality

3.1.0

3.0.2

  • [FIX] Add instant response for bulbs, will now return last-known value if bulbs take more than 1 second to respond.

3.0.1

  • [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

3.0.0

  • [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)