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

Commit

Permalink
v3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Aug 20, 2023
1 parent ad461cb commit cc7ea0e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 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.
* Improvement: commands to offline myQ garage door openers are more gracefully handled.

## 3.0.0 (2023-08-19)
* New feature: updated and modernized webUI to be inline with my other plugins. **Please note: there are several breaking changes to feature option names in this release. Please use the webUI to configure feature options.** For those familiar with one of my other plugins, `homebridge-unifi-protect` the webUI will look quite familiar to you.
* New feature: you can now synchronize names of your myQ devices with HomeKit. Synchronization is one-way and it will always view the myQ name as the source. The option is disabled by default.
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.0.0",
"version": "3.1.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.3.0",
"@hjdhjd/myq": "7.4.0",
"@homebridge/plugin-ui-utils": "0.1.0",
"mqtt": "5.0.3"
}
Expand Down

0 comments on commit cc7ea0e

Please sign in to comment.