-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 Sebastian Haesselbarth <[email protected]> | ||
Copyright (c) 2023 Sebastian Haesselbarth <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,10 @@ You can read other values but I think you can't write other values. Other values | |
https://github.com/sebilm/ioBroker.nibeuplink/blob/master/nibe-fetcher.js#L41 | ||
|
||
## Changelog | ||
|
||
### **WORK IN PROGRESS** | ||
- Bump dependencies | ||
|
||
### 1.2.1 (2022-10-03) | ||
- Fix getting data directory | ||
|
||
|
@@ -166,7 +170,7 @@ https://github.com/sebilm/ioBroker.nibeuplink/blob/master/nibe-fetcher.js#L41 | |
|
||
MIT License | ||
|
||
Copyright (c) 2022 Sebastian Häßelbarth <[email protected]> | ||
Copyright (c) 2023 Sebastian Häßelbarth <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ | |
"it": "Nibe Uplink", | ||
"es": "Nibe Uplink", | ||
"pl": "Nibe Uplink", | ||
"uk": "Nibe Uplink", | ||
"zh-cn": "Nibe Uplink" | ||
}, | ||
"desc": { | ||
|
@@ -48,10 +49,11 @@ | |
"it": "Con questo adattatore i dati di una pompa di calore Nibe possono essere letti da Nibe Uplink.", | ||
"es": "Con este adaptador, los datos de una bomba de calor Nibe se pueden leer desde Nibe Uplink.", | ||
"pl": "Za pomocą tego adaptera dane pompy ciepła Nibe można odczytać z Nibe Uplink.", | ||
"uk": "За допомогою цього адаптера дані теплового насоса Nibe можна зчитувати з Nibe Uplink.", | ||
"zh-cn": "使用此适配器,可以从 Nibe Uplink 读取 Nibe 热泵的数据。" | ||
}, | ||
"authors": ["Sebastian Haesselbarth <[email protected]>"], | ||
"keywords": ["ioBroker", "Smart Home", "home automation", "nibeuplink", "nibe", "heat pump"], | ||
"keywords": ["nibeuplink", "nibe", "heat pump"], | ||
"license": "MIT", | ||
"platform": "Javascript/Node.js", | ||
"main": "build/main.js", | ||
|