From cc7ea0e2df729374de699fb2b2ef5c6cec7f6d3d Mon Sep 17 00:00:00 2001 From: HJD Date: Sun, 20 Aug 2023 10:13:27 -0500 Subject: [PATCH] v3.1.0. --- docs/Changelog.md | 4 ++++ package-lock.json | 12 ++++++------ package.json | 4 ++-- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index 6cf60ad..0036413 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 327a6df..854518c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "homebridge-myq", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-myq", - "version": "3.0.0", + "version": "3.1.0", "license": "ISC", "dependencies": { - "@hjdhjd/myq": "7.3.0", + "@hjdhjd/myq": "7.4.0", "@homebridge/plugin-ui-utils": "0.1.0", "mqtt": "5.0.3" }, @@ -117,9 +117,9 @@ } }, "node_modules/@hjdhjd/myq": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/@hjdhjd/myq/-/myq-7.3.0.tgz", - "integrity": "sha512-h2vWGLxvjU6KMBauM/UCNrtiLJT//ak+7A8QPRZjSaoQVd4Vj3QbCJjWqwUo8XlBRUycVEDvcrsf0u6unIeTAw==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/@hjdhjd/myq/-/myq-7.4.0.tgz", + "integrity": "sha512-SgfcvGQjQJW7KTeJaIGhKPGGKyEQ2QDv00/rOWPTjf0xru7ULorvBFm12v39GF79jDD8UEBtXG2ec7T6Mka5yQ==", "dependencies": { "@adobe/fetch": "4.0.13", "node-html-parser": "6.1.6", diff --git a/package.json b/package.json index 054cabc..240836f 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" }