Skip to content

Commit

Permalink
v6.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Apr 13, 2023
1 parent 8d88cd2 commit 0a9c029
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 42 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/).

## 6.4.3 (2023-04-13)
* Fix: ensure chime volume settings are properly set.
* Housekeeping.

## 6.4.2 (2023-04-11)
* Fix: correctly discern motion events when smart motion detection is disabled on smart motion detection capable cameras.

Expand Down
55 changes: 16 additions & 39 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect",
"version": "6.4.2",
"version": "6.4.3",
"displayName": "Homebridge UniFi Protect",
"description": "Homebridge UniFi Protect plugin providing complete HomeKit integration for the UniFi Protect ecosystem with full support for most features including autoconfiguration, motion detection, multiple controllers, and realtime updates.",
"author": {
Expand All @@ -19,7 +19,7 @@
"type": "module",
"engines": {
"homebridge": ">=1.6.0",
"node": ">=16"
"node": ">16"
},
"keywords": [
"homebridge",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@homebridge/plugin-ui-utils": "^0.0.19",
"ffmpeg-for-homebridge": "^0.1.4",
"mqtt": "4.3.7",
"unifi-protect": "^4.2.0",
"unifi-protect": "^4.2.1",
"ws": "^8.13.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0a9c029

Please sign in to comment.