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

Commit

Permalink
v3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Aug 21, 2023
1 parent fd94899 commit 4eae4fc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
7 changes: 6 additions & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

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

## 3.2.0 (2023-08-21)
* New feature: automation switch support. This feature is intended for automation scenarios where you have a need to bypass the very sensible security precautions HomeKit has placed on how you can automate the opening and closing of garage door openers. This feature will allow you to control the garage door opener through a switch accessory. Disabled by default, and configurable in the myQ webUI.
* Improvement: further refinements to the webUI and first run experience.
* Housekeeping.

## 3.1.0 (2023-08-20)
* New feature: open state occupancy sensor support. This is a useful feature to those who want to create automations based on the opener being **open** for an extended duration of time. By default, the duration is 5 minutes, but it is configurable within the myQ webUI. See the feature option tab for all the goodies.
* New feature: open state occupancy sensor support. This is a useful feature to those who want to create automations based on the opener being **open** for an extended duration of time. By default, the duration is 5 minutes, but it is configurable within the myQ webUI. See the feature option tab for all the goodies. Disabled by default.
* Improvement: commands to offline myQ garage door openers are more gracefully handled.

## 3.0.0 (2023-08-19)
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-myq",
"version": "3.1.0",
"version": "3.2.0",
"displayName": "Homebridge myQ",
"description": "HomeKit integration for myQ enabled devices such as those from LiftMaster and Chamberlain.",
"author": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"typescript": "5.1.6"
},
"dependencies": {
"@hjdhjd/myq": "7.4.0",
"@hjdhjd/myq": "7.4.1",
"@homebridge/plugin-ui-utils": "0.1.0",
"mqtt": "5.0.3"
}
Expand Down

0 comments on commit 4eae4fc

Please sign in to comment.