Skip to content

Commit

Permalink
Release 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbungle64 committed Jan 6, 2024
1 parent 6d28a2f commit c7a8523
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ $ sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)

## Changelog

### 0.4.9
* Added offset values for temperature and humidity
* Added more time interval options

### 0.4.8
* Bumped node-switchbot to 1.10.0
* Added support for Curtain 3
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.4.8",
"version": "0.4.9",
"news": {
"0.4.9": {
"en": "Added offset values for temperature and humidity",
"de": "Offset Werte für Temperatur und Luftfeuchtigkeit implementiert"
},
"0.4.8": {
"en": "Bumped node-switchbot to 1.10.0\nAdded support for SwitchBot \"Curtain 3\"",
"de": "Node-switchbot library auf 1.10.0 aktualisiert\n SwitchBot \"Curtain 3\" wird nun unterstützt"
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.8",
"version": "0.4.9",
"description": "SwitchBot BLE adapter for ioBroker",
"author": {
"name": "Sascha Hölzel",
Expand Down

0 comments on commit c7a8523

Please sign in to comment.