Skip to content

Commit

Permalink
Add compatibility notes for bindings with (almost) breaking changes. (#…
Browse files Browse the repository at this point in the history
…1351)

Signed-off-by: Jacob Laursen <[email protected]>
  • Loading branch information
jlaur authored Dec 17, 2021
1 parent 7d1acf5 commit c515b89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions distributions/openhab/src/main/resources/bin/update.lst
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c515b89

Please sign in to comment.