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

[items] Extend `metadata` & `itemchannellink` APIs #223

Closed florian-h05 closed 1 year ago

florian-h05 commented 1 year ago

Closes #220.

florian-h05 commented 1 year ago

@digitaldan This is ready for review now. Please don't merge - I need to update type defs and CHANGELOG before.

FYI: I switched from using Providers to using Registries because in a private conversation one of the core maintainers explained the difference between them. We should use Registries instead of Providers.

digitaldan commented 1 year ago

Sounds good, I have just headed out for the day , will take a look when I'm back , thanks !

florian-h05 commented 1 year ago

@digitaldan This is ready for review now. Please don't merge, type defs and CHANGELOG updates are missing. The checks are failing unrelated.