Skip to content

Latest commit

 

History

History
131 lines (59 loc) · 5.19 KB

CHANGELOG.md

File metadata and controls

131 lines (59 loc) · 5.19 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.1.0 (2020-05-13)

Features

Bug Fixes

5.0.0 (2020-01-09)

⚠ BREAKING CHANGES

  • Requires Node v10 or later

Features

  • stop discovery on homebridge shutdown (e138b42)
  • upgrade to tplink-smarthome-api v2 (35264b7)

Bug Fixes

  • broadcast config option not being set properly (7ff7886), closes #96

4.0.1 (2019-02-13)

Bug Fixes

4.0.0 (2019-02-12)

Bug Fixes

  • regression of addCustomCharacteristics (e087be5)

Chores

  • set minimum node version to v8.3.0 (e6abcf2)

BREAKING CHANGES

  • minimum node version supported >=v8.3.0

3.14.1 (2019-01-23)

Bug Fixes

  • update require for new index.js location (9894520)

3.14.0 (2019-01-23)

Bug Fixes

  • lightbulb: check for non-zero color_temp (8acf6e1)
  • lightbulb: incorrectly testing for Hue instead of Saturation (a823b54)

Features

  • outlet: update energy characteristics automatically (83c524f)

3.13.0 (2019-01-17)

Bug Fixes

  • correctly pass timeout to Client / Device (1481b8b)

Features

3.12.0 (2019-01-11)

Bug Fixes

  • treat HS220 as a switch by default (9e828b3)

Features

  • add excludeMacAddresses configuration (37d3ca4)
  • add support for HS300/HS107 multi-outlet devices (325b1f8)

3.11.1 (2018-12-03)

Bug Fixes

  • increase default timeout to 15 seconds (c433727)
  • support new-style energy consumption (315ee99), closes #57
  • upgrade dependencies (7453ac9)