From e3a6509b0cafc3eb49f5f67b7a2f3fd3687f9d16 Mon Sep 17 00:00:00 2001 From: lsiepel Date: Tue, 7 Mar 2023 08:50:21 +0100 Subject: [PATCH 1/4] ISM8 notice Signed-off-by: lsiepel --- distributions/openhab/src/main/resources/bin/update.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/distributions/openhab/src/main/resources/bin/update.lst b/distributions/openhab/src/main/resources/bin/update.lst index fa045b5da1..c5fc6571de 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -102,6 +102,7 @@ ALERT;JavaScript: JavaScript engines have changed their MIME types: NashornJS is ALERT;JavaScript NashornJS: NashornJS has been removed from core and isn't included by default. If you still need or want to use it, you can install it as an addon. ALERT;JavaScript Scripting Automation: The old "metadata" and "itemchannellink" APIs have been replaced by a new API with extended functionality on the "items" namespace. ALERT;JavaScript Scripting Automation: ItemHistory: historicState, maximumBetween, maximumSince, minimumBetween, minimumSince & previousState now return a HistoricItem instead of just the state. previousStateTimestamp has been removed, the timestamp is available on the HistoricItem. +ALERT;ISM8 Binding: Most channels have changed and are now using Units of Measurements. Items must be adapted and the things must be recreated. [[PRE]] [2.2.0] From 3d330576fdfd4e272f83a5ae7582d30d04b48e36 Mon Sep 17 00:00:00 2001 From: lsiepel Date: Thu, 17 Aug 2023 11:01:12 +0200 Subject: [PATCH 2/4] Update to match version --- distributions/openhab/src/main/resources/bin/update.lst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distributions/openhab/src/main/resources/bin/update.lst b/distributions/openhab/src/main/resources/bin/update.lst index c5fc6571de..d54f885fae 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -102,6 +102,8 @@ ALERT;JavaScript: JavaScript engines have changed their MIME types: NashornJS is ALERT;JavaScript NashornJS: NashornJS has been removed from core and isn't included by default. If you still need or want to use it, you can install it as an addon. ALERT;JavaScript Scripting Automation: The old "metadata" and "itemchannellink" APIs have been replaced by a new API with extended functionality on the "items" namespace. ALERT;JavaScript Scripting Automation: ItemHistory: historicState, maximumBetween, maximumSince, minimumBetween, minimumSince & previousState now return a HistoricItem instead of just the state. previousStateTimestamp has been removed, the timestamp is available on the HistoricItem. + +[4.1.0] ALERT;ISM8 Binding: Most channels have changed and are now using Units of Measurements. Items must be adapted and the things must be recreated. [[PRE]] From 0edd40f374210f794dfbd437dd0c6223a986b706 Mon Sep 17 00:00:00 2001 From: lsiepel Date: Thu, 17 Aug 2023 11:01:12 +0200 Subject: [PATCH 3/4] Update to match version Signed-off-by: Leo Siepel --- distributions/openhab/src/main/resources/bin/update.lst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distributions/openhab/src/main/resources/bin/update.lst b/distributions/openhab/src/main/resources/bin/update.lst index c5fc6571de..d54f885fae 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -102,6 +102,8 @@ ALERT;JavaScript: JavaScript engines have changed their MIME types: NashornJS is ALERT;JavaScript NashornJS: NashornJS has been removed from core and isn't included by default. If you still need or want to use it, you can install it as an addon. ALERT;JavaScript Scripting Automation: The old "metadata" and "itemchannellink" APIs have been replaced by a new API with extended functionality on the "items" namespace. ALERT;JavaScript Scripting Automation: ItemHistory: historicState, maximumBetween, maximumSince, minimumBetween, minimumSince & previousState now return a HistoricItem instead of just the state. previousStateTimestamp has been removed, the timestamp is available on the HistoricItem. + +[4.1.0] ALERT;ISM8 Binding: Most channels have changed and are now using Units of Measurements. Items must be adapted and the things must be recreated. [[PRE]] From bd1a1d56531f0d8bf4f34c143b0991a6ac7a374d Mon Sep 17 00:00:00 2001 From: Leo Siepel Date: Fri, 29 Dec 2023 12:48:12 +0100 Subject: [PATCH 4/4] Update to 4.2.0 Signed-off-by: Leo Siepel --- distributions/openhab/src/main/resources/bin/update.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/openhab/src/main/resources/bin/update.lst b/distributions/openhab/src/main/resources/bin/update.lst index 8e5ba3307c..ef7631114f 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -123,7 +123,7 @@ ALERT;JDBC Persistence: The add-on now uses H2 database 2.2. If you use H2 for s ALERT;LuxtronikHeatpump Binding: The channel 'controlSignalCirculatingPump' has been changed to type 'Number:Dimensionless'. Items linked to this channel will need to have their Type manually updated. ALERT;Miele@home Binding: The channel 'powerConsumption' has been renamed to 'energyConsumption'. Items should be relinked to the new channel. -[4.1.0] +[4.2.0] ALERT;ISM8 Binding: Most channels have changed and are now using Units of Measurements. Items must be adapted and the things must be recreated. [[PRE]]