Skip to content

Commit

Permalink
Add JS Scripting Automation warning
Browse files Browse the repository at this point in the history
This adds two warnings for two breaking changes from the openhab-js library included in the JS Scripting Automation Add-On:
* openhab/openhab-js#67
* openhab/openhab-js#109

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 authored May 14, 2022
1 parent 6aaad09 commit 6ac2040
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distributions/openhab/src/main/resources/bin/update.lst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ ALERT;Opentherm Gateway Binding: The 'otgw' Thing has been removed and split int
ALERT;RFXCOM Binding: The channel 'fanSpeed' of 'fan_lucci_dc' and 'fan_novy' has been renamed to 'fanSpeedControl', and 'fan_lucci_dc' has a new numeric channel 'fanSpeed'. You may need to remove and create your things again.
ALERT;TapoControl Binding: L510_Series and L530_Series Things were renamed to L510 and L530 because of manufacturer changed naming with new HW-rev. You may need to remove and create again these things.
ALERT;Netatmo Binding: Things hierarchy and organization has changed as well as channel namings. You will need to remove and create again these things.
ALERT;JS Scripting Automation: 'item.history.lastUpdate()' returns 'time.ZonedDateTime' instead of 'Date'
ALERT;JS Scripting Automation: 'addItem(...)' and 'updateItem(...)' use new itemConfig as parameter and 'createItem(...)' was removed

[[PRE]]
[2.2.0]
Expand Down

0 comments on commit 6ac2040

Please sign in to comment.