Skip to content
This repository was archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
v2.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Jul 17, 2020
1 parent 93dabb2 commit c4cc301
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,44 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/).

## v2.1.3

* Fix: refresh security tokens more often to address potential myQ API issues.
* Remove reachability support since it's now deprecated in HomeKit and homebridge.
* Refine logging to clarify messages and streamline in places.
* Minor updates to the code base.

## v2.1.2

* Fix: repair npm install script.

## v2.1.1

* Enhancement: deduce the type of device and brand based on serial number.
* Enhancement: inform users when we choose not to add a device to HomeKit because we don't support it yet.
* Fix: don't attempt to open or close the door if we're already in that state.
* Fix: acquire a new myQ API security token regularly (thanks @dxdc for helping track this one down).
* Fix: address a potential race condition when we check for battery information availability (on supported models).

## v2.1.0

* Feature: include battery status information for devices that support it.
* Code cleanup.

## v2.0.12-13

* Fix: look at the `device_family` attribute to determine whether it's a garage opener or not, rather than the `device_type` attribute.

## v2.0.11

* New feature: feature options. This replaces the previous gateways and openers settings and should be a bit more intuitive to use.

## v2.0.10

* Improved state handling for opening and closing conditions, including dealing with edge cases.
* Preserve door state information across homebridge instances, so we remember where we left off.
* myQ API cleanup.

## v2.0.1 - v2.0.9 (2020-07-04)

* API fixes to ensure compatibility.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-myq2",
"version": "2.1.2",
"version": "2.1.3",
"displayName": "Homebridge MyQ",
"description": "HomeKit integration of myQ enabled devices such as those from LiftMaster and Chamberlain.",
"main": "dist/index.js",
Expand Down

0 comments on commit c4cc301

Please sign in to comment.