From 84ab3df0544044d86b8210327473700b5c154517 Mon Sep 17 00:00:00 2001 From: mrbungle64 Date: Wed, 25 May 2022 22:07:30 +0200 Subject: [PATCH] Release 0.4.3 --- README.md | 11 +++++++---- io-package.json | 8 ++++++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9256c32..b2d76f3 100644 --- a/README.md +++ b/README.md @@ -94,14 +94,17 @@ The battery data is marked as experimental in the library for now. So there's no If the adapter no longer works, e.g. after a restart or system update, please try the following: ```bash -cd /opt/iobroker/node_modules/iobroker.switchbot-ble/ -sudo rm -r node_modules/ -npm install -sudo setcap cap_net_raw+eip $(eval readlink -f `which node`) +$ cd /opt/iobroker/node_modules/iobroker.switchbot-ble/ +$ sudo rm -r node_modules/ +$ npm install +$ sudo setcap cap_net_raw+eip $(eval readlink -f `which node`) ``` ## Changelog +### 0.4.3 +* Added new states for lightLevel and doorState + ### 0.4.2 * Added option to change the used Host Controller Interface (hciX) diff --git a/io-package.json b/io-package.json index 7fbddf7..ba1f488 100644 --- a/io-package.json +++ b/io-package.json @@ -1,10 +1,14 @@ { "common": { "name": "switchbot-ble", - "version": "0.4.2", + "version": "0.4.3", "news": { + "0.4.3": { + "en": "Added new states for lightLevel and doorState", + "de": "Neue Datenpunkte für lightLevel und doorState hinzugefügt" + }, "0.4.2": { - "en": "Add option to change the used Host Controller Interface (hciX)", + "en": "Added option to change the used Host Controller Interface (hciX)", "de": "Option zum Ändern der benutzten Host Controller Schnittstelle (hciX)" }, "0.4.1": { diff --git a/package-lock.json b/package-lock.json index c4ef937..4771b0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker.switchbot-ble", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c5ace5d..2b8d440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.switchbot-ble", - "version": "0.4.2", + "version": "0.4.3", "description": "SwitchBot BLE", "author": { "name": "Sascha Hölzel",