From d0f1057fa0eba59bddae5f3fe8ad7b6ce0654e07 Mon Sep 17 00:00:00 2001 From: SeydX Date: Fri, 30 Apr 2021 18:07:34 +0200 Subject: [PATCH] v4.0.5 --- CHANGELOG.md | 6 +++--- README.md | 4 ++-- misc/example-config.json | 7 ++++--- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab81b1af..1b071282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/README.md b/README.md index 22e75bb4..03572f88 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ - Config UI X Support - and much mure... -**Supported Languages:** DE | EN | NL +**Supported Languages:** :de: | :gb: | :netherlands: ## Installation Instructions @@ -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 diff --git a/misc/example-config.json b/misc/example-config.json index ed338a95..06cca696 100644 --- a/misc/example-config.json +++ b/misc/example-config.json @@ -5,9 +5,7 @@ "port": 51609, "pin": "983-44-986" }, - "plugins": [ - "homebridge-camera-ui" - ], + "plugins": ["homebridge-camera-ui"], "accessories": [], "platforms": [ { @@ -15,6 +13,7 @@ "port": 3333, "theme": "auto", "language": "auto", + "atHomeSwitch": true, "debug": true, "mqtt": { "active": true, @@ -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", @@ -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", diff --git a/package-lock.json b/package-lock.json index c571f29b..63597efb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "homebridge-camera-ui", - "version": "4.0.5-test.4", + "version": "4.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.0.5-test.4", + "version": "4.0.5", "funding": [ { "type": "paypal", diff --git a/package.json b/package.json index 6d11c350..0b3acc23 100644 --- a/package.json +++ b/package.json @@ -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": {