openhab-scripters / openhab-helper-libraries

Scripts and modules for use with openHAB
Eclipse Public License 1.0
88 stars 70 forks source link

Moved validate_item and validate_channel from core.links to core.utils #161

Closed 5iver closed 5 years ago

5iver commented 5 years ago

These functions are useful in other modules, so it is best to have them in core.utils. I also changed core.links to use ManagedItemChannelLinkProvider so that links would persist after an OH restart. At some point, I will look at JythonItemProvider and JythonChannelLinkProvider to see if they couldn't be managed providers.

Signed-off-by: Scott Rushworth openhab@5iver.com