Skip to content

Commit

Permalink
v6.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Jun 4, 2023
1 parent 2d9aad7 commit 2671879
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 80 deletions.
6 changes: 6 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 6.8.0 (2023-06-04)
* Improvement: when using occupancy sensors in combination with smart motion detection, you can now tailor which Protect object detection types trigger occupancy. See the webUI or documentation for more.
* Improvement: the webUI now visually shows you the scope of a feature option (global, controller, or device), and allows you to cycle between them. This makes it easier to set a global or controller default, but individually override it for a device.
* Fix: ensure occupancy sensors are available to all Protect device types that support motion detection.
* Housekeeping.

## 6.7.0 (2023-05-21)
* New feature: occupancy sensors for Protect devices with motion sensors. If you enable the occupancy sensor feature option on a Protect device, an occupancy sensor accessory will be added to that device. The occupancy sensor works like this: when any motion is detected by that device's motion sensor, occupancy is triggered. When no motion has been detected for a certain amount of time (5 minutes by default), occupancy will no longer be triggered. This is useful in various automation scenarios that folks might want (e.g. occupancy triggering a light turning on/off). If you enable the smart motion events feature option as well, the occupancy sensor will use smart motion events to determine occupancy state, meaning rather than trigger occupancy on *any* motion, occupancy will only be triggered when **Protect** thinks it has detected a person.
* Housekeeping and minor bugfixes.
Expand Down
148 changes: 74 additions & 74 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,18 @@
"@homebridge/plugin-ui-utils": "^0.0.19",
"ffmpeg-for-homebridge": "^0.1.4",
"mqtt": "4.3.7",
"unifi-protect": "^4.2.3",
"unifi-protect": "^4.2.4",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/node": "^20.2.1",
"@types/node": "^20.2.5",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"eslint": "^8.41.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.42.0",
"homebridge": "=1.6.1",
"nodemon": "^2.0.22",
"rimraf": "^5.0.1",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
}
}

0 comments on commit 2671879

Please sign in to comment.