From 189bb28347e0cfeffaa6b2b0b21c2534d827fbf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonhard=20K=C3=BCnzler?= Date: Wed, 17 Mar 2021 21:43:42 +0100 Subject: [PATCH] Bump to 0.2.0 --- README.md | 8 ++++++++ io-package.json | 5 ++++- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59e7b7c..81bfd87 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/io-package.json b/io-package.json index 604fc11..99a960c 100644 --- a/io-package.json +++ b/io-package.json @@ -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" }, diff --git a/package.json b/package.json index 49bbdae..ad2eccc 100644 --- a/package.json +++ b/package.json @@ -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",