From c515b8981c8e62a7682e3a33797057dfeba6dc2c Mon Sep 17 00:00:00 2001 From: jlaur Date: Fri, 17 Dec 2021 22:28:11 +0100 Subject: [PATCH] Add compatibility notes for bindings with (almost) breaking changes. (#1351) Signed-off-by: Jacob Laursen --- distributions/openhab/src/main/resources/bin/update.lst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/distributions/openhab/src/main/resources/bin/update.lst b/distributions/openhab/src/main/resources/bin/update.lst index 989479d5d5..a1b4af66e5 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -48,6 +48,10 @@ ALERT; RFXCOM Binding: Lighting4 default command ids are deprecated and will be ALERT; Homematic Binding: The DOUBLE_PRESSED trigger event was removed from the BUTTON channel. If needed, it can be replaced by a rule triggered by the SHORT_PRESSED event which employs a timer to check for double presses. ALERT; IpCamera Binding: The URLs that serve the files have changed to now be on port 8080 and the serverPort config is no longer needed. Update any widget and rules if you have hard coded the URLs into them. ALERT; EnOcean Binding: The RockerSwitch channels do not longer react if two buttons of a rocker switch are pressed simultaneously. If needed, the new channel RockerSwitchAction can be used instead. +ALERT; DanfossAirUnit Binding: The channel 'manual_fan_speed' has been deprecated and replaced by channel 'manual_fan_step'. Items should be relinked to the new channel. +ALERT; Hunter Douglas (Luxaflex) PowerView Binding: Channel groups have been introduced for the PowerView Hub thing. Scene channels should be relinked to the new channels for channel group 'Scenes'. +ALERT; Miele Binding: The temperature channels have been converted from Number to Number:Temperature. +ALERT; Miele Binding: The channels 'state', 'program' and 'phase' are improved with better and possibly localized texts. Rules should use the new channels 'rawState', 'rawProgram' and 'rawPhase' for reliability. Please see the binding documentation for details. [[PRE]] [2.2.0]