From bd628bb238884687176ae00942c7c070dec19700 Mon Sep 17 00:00:00 2001 From: Michael Weger Date: Sat, 6 Apr 2024 19:26:56 +0200 Subject: [PATCH 1/2] Added breaking change alert for evcc Signed-off-by: Michael Weger --- 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 0ab92e4c0f..e83eea5dde 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -133,6 +133,7 @@ ALERT;Twitter Binding has become X. All related references to Twitter and Tweets [4.2.0] ALERT;AndroidTV Binding: The thing configuration of 'port' has been renamed and split to 'googletvPort' and 'shieldtvPort' ALERT;ISM8 Binding: Most channels have changed and are now using Units of Measurements. Items must be adapted and the things must be recreated. +ALERT;evcc Binding: Update to evcc API version 0.123.1 results in several new or updated channels. Existing Items will need to be adjusted. [[PRE]] [2.2.0] From 07ff3e479772a31c3e315b2234a2facdfc4e8972 Mon Sep 17 00:00:00 2001 From: Michael Weger Date: Sun, 7 Apr 2024 09:45:50 +0200 Subject: [PATCH 2/2] implemented review finding Signed-off-by: Michael Weger --- 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 e83eea5dde..cee87bf044 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -132,8 +132,8 @@ ALERT;Twitter Binding has become X. All related references to Twitter and Tweets [4.2.0] ALERT;AndroidTV Binding: The thing configuration of 'port' has been renamed and split to 'googletvPort' and 'shieldtvPort' -ALERT;ISM8 Binding: Most channels have changed and are now using Units of Measurements. Items must be adapted and the things must be recreated. ALERT;evcc Binding: Update to evcc API version 0.123.1 results in several new or updated channels. Existing Items will need to be adjusted. +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]