Bindings A thru F: Add equipment tags#18549
Conversation
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
|
@jlaur you may be interested in the tag usage statistics so far. |
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
|
LGTM for boschindego as well. |
bundles/org.openhab.binding.automower/src/main/resources/OH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.bluetooth.airthings/src/main/resources/OH-INF/thing/airthings.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.broadlink/src/main/resources/OH-INF/thing/mp-types.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.broadlink/src/main/resources/OH-INF/thing/mp-types.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.caddx/src/main/resources/OH-INF/thing/zone.xml
Show resolved
Hide resolved
bundles/org.openhab.binding.coolmasternet/src/main/resources/OH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.digiplex/src/main/resources/OH-INF/thing/area.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.digiplex/src/main/resources/OH-INF/thing/zone.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.dscalarm/src/main/resources/OH-INF/thing/partition.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.dscalarm/src/main/resources/OH-INF/thing/zone.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
lsiepel
left a comment
There was a problem hiding this comment.
When related PR is merged, this can also be merged. Thanks. LGTM
|
Many thanks to all contributors. Many thanks to @lsiepel for merging. |
* [various] Add equipment tags: A thru E Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
|
I'm getting a validation error when opening My question is: Are the schemas being modified without bumping the version? Since this tag wasn't there earlier, it should no longer be Is there a reason why the version hasn't been bumped? |
|
Eclipse IDE holds a cached version of the XSD which it never seems to refresh. You need to do a global search for the XSD in your Eclipse workgroup files, and replace those files with a freshly downloaded copy from the OH web server. |
Yeah, I've found the files, but my point is: Why isn't the version bumped? Eclipse is doing it correctly, like every other piece of software should. Once you have a versioned schema, it can never change, so it should never expire. |
This PR adds
Equipmenttags (only) to bindings A thru F.Equipmenttags where it is relatively easy to determine the type of Equipment from the context.PointorPropertytags => I am hoping that you code contributors will provide these.See
Equipmenttags in this table for reference.Signed-off-by: Andrew Fiddian-Green software@whitebear.ch
Edit: Depends on: openhab/openhab-core#4738