Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow items to have multiple semantic types and properties #17

Open
wants to merge 4 commits into
base: semantics
Choose a base branch
from

Conversation

ghys
Copy link

@ghys ghys commented Oct 4, 2018

This implements eclipse-archived#6288 (comment):

Allows items to carry multiple semantic types e.g.
["Equipment_Door_GarageDoor", "Point_OpenState"]
and also to represent multiple properties e.g.
["Property_Water", "Property_Pressure"]

Relations are only expressed in metadata if they are relations
to other items - "implied" relations between tags within the item
itself don't appear in metadata.

Signed-off-by: Yannick Schaus eclipse@schaus.net

kaikreuzer and others added 4 commits October 2, 2018 13:23
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This implements eclipse-archived#6288 (comment):

Allows items to carry multiple semantic types e.g.
`["Equipment_Door_GarageDoor", "Point_OpenState"]`
and also to represent multiple properties e.g.
`["Property_Water", "Property_Pressure"]`

Relations are only expressed in metadata if they are relations
to other items - "implied" relations between tags within the item
itself don't appear in metadata.

Signed-off-by: Yannick Schaus <eclipse@schaus.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants