From 94b3f98b60f3a3da03043d5c654f985a8576c507 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Thu, 22 Aug 2024 21:36:44 +0200 Subject: [PATCH] Add breaking change warning for JS Scripting Signed-off-by: Florian Hotze --- 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 a6f2f8bbe..33d9fae8a 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -148,6 +148,7 @@ ALERT;Transformations: NULL and UNDEF item states are now passed to any defined ALERT;Transformations-MAP: "-" entry defined in a MAP file is no more used by sitemap UIs when the item state is NULL or UNDEF. You can now define "NULL" and "UNDEF" entries to map these 2 particular states or rely as before on the definition of a default mapping to map anything that has no entry in your file including NULL and UNDEF. [4.3.0] +ALERT;JavaScript Automation: The isJsInstanceOfJavaType method of the utils namespace has been removed. Use JavaScript's instanceof operator instead. ALERT;Pentair Binding: EasyTouch thing has been renamed to more generic Controller and all channels have been organized into groups. You will need to reconfigure your setup to the new thing structure. [[PRE]]