From 18ffc6f03ac5ea2fadd31ca17639d47e7a76367e Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Fri, 27 May 2022 18:01:14 +0200 Subject: [PATCH] * finalize --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eeefe5c..2c75ec7 100644 --- a/README.md +++ b/README.md @@ -452,7 +452,7 @@ sendTo('influxdb.0', 'getEnabledDPs', {}, function (result) { ## Changelog ### __WORK IN PROGRESS__ -* (Apollon77) Data are not converted to numbers if they are none on getHistory to respect the saved data formats as defined in the datapoint settings for storage. +* (Apollon77) Data are not converted to numbers if they are other datatypes on getHistory to respect the saved data formats as defined in the datapoint settings for storage. * (Apollon77) Fix retention change to lower checkbox in UI * (Apollon77) Allow storeState again to write to InfluxDB for "unknown state ids" - "rules" usage is not supported in for this and storeState would be silently discarded in this case! * (Apollon77) Fix several crash cases reported by Sentry