Skip to content

Commit

Permalink
chore: release v2.3.0
Browse files Browse the repository at this point in the history
* (bluefox) Support only `js.controller` >= 3.3.x
* (bluefox) Used system/custom view for collecting the objects
* (bluefox) Implemented option to ignore zero- or/and below zero- values
  • Loading branch information
GermanBluefox committed Dec 14, 2021
1 parent bc89a61 commit 64ad452
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 404 deletions.
38 changes: 2 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ sendTo('influxdb.0', 'getEnabledDPs', {}, function (result) {
### __WORK IN PROGRESS__
-->
## Changelog
### __WORK IN PROGRESS__
### 2.3.0 (2021-12-14)
* (bluefox) Support only `js.controller` >= 3.3.x
* (bluefox) Used system/custom view for collecting the objects
* (bluefox) Implemented option to ignore zero- or/and below zero- values
Expand Down Expand Up @@ -358,7 +358,7 @@ sendTo('influxdb.0', 'getEnabledDPs', {}, function (result) {
* (Apollon77) make sure disabling of datapoints do not crash adapter (Sentry IOBROKER-INFLUXDB-4)

### 1.8.3 (2020-04-29)
* (Apollon77) Fix pot crash case when deleting objects while saving values (Sentry)
* (Apollon77) Fix pot crash case when deleting objects while saving values (Sentry)

### 1.8.2 (2020-04-19)
* __Requires js-controller >= 2.0.0__
Expand All @@ -367,40 +367,6 @@ sendTo('influxdb.0', 'getEnabledDPs', {}, function (result) {
* (Apollon77) Add Sentry for Error Reporting with js-controller 3.0
* (Apollon77) Make sure value undefined is ignored

## 1.7.0 (2019-12-23)
* (bluefox) Support of compact mode

## 1.6.0 (2018-06-19)
* (Apollon77) Add option to log datapoints as other ID (alias) to easier migrate devices and such

## 1.5.2 (2018-01-31)
* (Bluefox) Admin3 Fixes

## 1.5.1 (2018-01-28)
* (Apollon77) Admin3 Fixes

## 1.5.0 (2018-01-14)
* (bluefox) Ready for Admin3

## 1.4.8 (2017-10-04)
* (Apollon77) fix relog value feature and enhance type conflict resolving

## 1.4.7 (2017-09-11)
* (Apollon77) fixes to save last value
* (Apollon77) add better support when no start date is set for getHistory (used by Admin)

## 1.4.6 (2017-08-12)
* (bluefox) add "save last value"

## 1.4.5 (2017-08-03)
* (Apollon77) fix behaviour of log interval to always log the current value

## 1.4.4 (2017-06-29)
* fix connected datapoint

## 1.4.3 (2017-04-07)
* fix in datatype conversions

### 1.4.2 (2017-03-02)
* (Apollon77) Add option to define storage datatype per datapoint inclusing converting the value if needed

Expand Down
Loading

0 comments on commit 64ad452

Please sign in to comment.