Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
92lleo committed Mar 17, 2021
1 parent b4bb8e2 commit 189bb28
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ Roadmap:

## Changelog

### 0.2.0
* (92lleo) Add default values for native config vars
* (92lleo) Set schedule to 15s to match api update rate
* (92lleo) Fix updating already created states (broken since new js-controller, see #9)
* (92lleo) Update dependencies
* (92lleo) Clear timer on unload
* (92lleo) Add connection type and dataSource

### 0.1.1
* (92lleo) fix "object data is invalid" issue, now works with new js-controller
* (92lleo) update dependencies
Expand Down
5 changes: 4 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"common": {
"name": "solaredge",
"version": "0.1.1",
"version": "0.2.0",
"news": {
"0.2.0": {
"en": "Fix updating already created states and internal polishing"
},
"0.1.1": {
"en": "fix \"object data is invalid\" issue, now works with new js-controller"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.solaredge",
"version": "0.1.1",
"version": "0.2.0",
"description": "Get data from solaredge monitoring portal",
"author": {
"name": "92lleo",
Expand Down

0 comments on commit 189bb28

Please sign in to comment.