openhab-scripters / openhab-helper-libraries

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

[metadata] Added concept of key hierarchies #204

Closed 5iver closed 5 years ago

5iver commented 5 years ago

Previously, the access to metadata was flat and you could only navigate the top level. This PR allows you to now access nested dicts with the metadata's configuration. Details in docstrings.

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