Skip to content

Commit

Permalink
Release 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbungle64 committed Dec 21, 2021
1 parent 7820de4 commit fc8e5b3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ See the documentation of [@abandonware/noble](https://github.com/abandonware/nob

* If you use the "Bot" in "Switch Mode"
the value of the state "control.inverseOnOff" should be the same as "Inverse the on/off direction" in the app.
This is not automatically synchronized.
This cannot be synchronized automatically.

#### All devices
#### All models

* The battery data is marked as experimental in the library for now.
So there's no guarantee that the value is correct.
Expand All @@ -82,6 +82,9 @@ sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)

## Changelog

### 0.3.6
* (patrickbs96) Some improvements and fixes

### 0.3.5
* Improved handling of controls and tasks

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.3.5",
"version": "0.3.6",
"news": {
"0.3.6": {
"en": "Some improvements and fixes",
"de": "Ein paar Verbesserungen und Fehlerbehebungen"
},
"0.3.5": {
"en": "Improved handling of controls and tasks",
"de": "Verbesserte Behandlung von Funktionen und Aufträgen"
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.3.5",
"version": "0.3.6",
"description": "SwitchBot BLE",
"author": {
"name": "Sascha Hölzel",
Expand Down

0 comments on commit fc8e5b3

Please sign in to comment.