Skip to content

Commit

Permalink
v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
seydx committed Apr 30, 2021
1 parent c3e0137 commit d0f1057
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

# NEXT
# v4.0.5 - 2021-04-30

## Notable Changes
- Added `atHomeSwitch` option to config to allow turning on/off **at home** for the interface settings within HomeKit
- Added `excludeSwitch` option to camera config to allow exclude/include camera for the interface settings within HomeKit
- Added `atHomeSwitch` option to config to allow turning on/off **at home** for the interface settings within HomeKit (see [Example Config](https://github.com/SeydX/homebridge-camera-ui/blob/master/misc/example-config.json) for more info)
- Added `excludeSwitch` option to camera config to allow exclude/include camera for the interface settings within HomeKit (see [Example Config](https://github.com/SeydX/homebridge-camera-ui/blob/master/misc/example-config.json) for more info)

## Other changes
- Interface:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- Config UI X Support
- and much mure...

**Supported Languages:** DE | EN | NL
**Supported Languages:** :de: | :gb: | :netherlands:


## Installation Instructions
Expand Down Expand Up @@ -179,7 +179,7 @@ You can contribute to this homebridge plugin in following ways:
- Contribute changes to extend the capabilities
- Pull requests are accepted.

See [CONTRIBUTING](https://github.com/SeydX/homebridge-camera-ui/CONTRIBUTING.md)
See [CONTRIBUTING](https://github.com/SeydX/homebridge-camera-ui/blob/master/CONTRIBUTING.md)


# Troubleshooting
Expand Down
7 changes: 4 additions & 3 deletions misc/example-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
"port": 51609,
"pin": "983-44-986"
},
"plugins": [
"homebridge-camera-ui"
],
"plugins": ["homebridge-camera-ui"],
"accessories": [],
"platforms": [
{
"name": "CameraUI",
"port": 3333,
"theme": "auto",
"language": "auto",
"atHomeSwitch": true,
"debug": true,
"mqtt": {
"active": true,
Expand Down Expand Up @@ -46,6 +45,7 @@
"switches": false,
"motionTimeout": 1,
"motionDoorbell": false,
"excludeSwitch": true,
"unbridge": true,
"videoConfig": {
"source": "-rtsp_transport udp -i rtsp://192.168.111.1/onvif1",
Expand Down Expand Up @@ -75,6 +75,7 @@
"switches": false,
"motionTimeout": 1,
"unbridge": true,
"excludeSwitch": false,
"videoConfig": {
"source": "-rtsp_transport tcp -i rtsp://192.168.111.22/ch0_0.h264",
"stillImageSource": "-i rtsp://192.168.111178.22/ch0_0.h264",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-camera-ui",
"version": "4.0.5-test.4",
"version": "4.0.5",
"description": "User Interface for RTSP capable cameras.",
"author": "SeydX (https://github.com/SeydX/homebridge-camera-ui)",
"scripts": {
Expand Down

0 comments on commit d0f1057

Please sign in to comment.