Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbungle64 committed May 25, 2022
1 parent 66e3238 commit 84ab3df
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
8 changes: 6 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion 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": "iobroker.switchbot-ble",
"version": "0.4.2",
"version": "0.4.3",
"description": "SwitchBot BLE",
"author": {
"name": "Sascha Hölzel",
Expand Down

0 comments on commit 84ab3df

Please sign in to comment.