Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbungle64 committed Oct 21, 2021
1 parent 0050b99 commit cf8cdd3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ This adapter allows you to control your SwitchBot "Bot" and to monitor the tempe

## Before you install

* It only supports SwitchBot "Bot" and "Meter" via Bluetooth (BLE)
* Controlling SwitchBot "Bot" may not be 100% stable (see known issues)
* If you are looking for Hub Plus/Mini support, [this adapter](https://github.com/DrozmotiX/ioBroker.switchbot-hub) is what you will need

Expand Down Expand Up @@ -67,6 +66,9 @@ sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)

## Changelog

### 0.2.3
* Some minor changes

### 0.2.2
* Bump node-switchbot to 1.0.6

Expand Down
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "switchbot-ble",
"version": "0.2.2",
"version": "0.2.3",
"news": {
"0.2.3": {
"en": "Some minor changes",
"de": "Ein paar kleinere Änderungen"
},
"0.2.2": {
"en": "Using version 1.0.6 of node-switchbot library",
"de": "Benutze Version 1.0.6 von der node-switchbot Library"
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.2.2",
"version": "0.2.3",
"description": "SwitchBot BLE",
"author": {
"name": "Sascha Hölzel",
Expand Down

0 comments on commit cf8cdd3

Please sign in to comment.