openhab / openhab-js

openHAB JavaScript Library for JavaScript Scripting Automation
https://www.openhab.org/addons/automation/jsscripting/
Eclipse Public License 2.0
38 stars 31 forks source link

Expose ColorUtil to JS #317

Closed holgerfriedrich closed 5 months ago

holgerfriedrich commented 5 months ago

We have added a new class ColorUtil in core which allows converting between different color representations. Along with that, we deprecated a few methods in HSBType.

For DSL, we added an interface with openhab/openhab-core#3749 openhab/openhab-core#3879

In JS, this seems not to be available, see forum post.

holgerfriedrich commented 5 months ago

Thanks, Florian!