Bindings S thru Z: Add equipment tags#18563
Conversation
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>
bundles/org.openhab.binding.senseenergy/src/main/resources/OH-INF/thing/monitor.xml
Show resolved
Hide resolved
bundles/org.openhab.binding.senseenergy/src/main/resources/OH-INF/thing/monitor.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.sensibo/src/main/resources/OH-INF/thing/sensibosky.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.solarwatt/src/main/resources/OH-INF/thing/thing-types.xml
Show resolved
Hide resolved
bundles/org.openhab.binding.somfytahoma/src/main/resources/OH-INF/thing/bridge.xml
Outdated
Show resolved
Hide resolved
...es/org.openhab.binding.somfytahoma/src/main/resources/OH-INF/thing/exteriorheatingsystem.xml
Show resolved
Hide resolved
bundles/org.openhab.binding.somfytahoma/src/main/resources/OH-INF/thing/light.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.somfytahoma/src/main/resources/OH-INF/thing/noisesensor.xml
Show resolved
Hide resolved
bundles/org.openhab.binding.somfytahoma/src/main/resources/OH-INF/thing/screen.xml
Show resolved
Hide resolved
bundles/org.openhab.binding.sonos/src/main/resources/OH-INF/thing/ZonePlayer.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
lsiepel
left a comment
There was a problem hiding this comment.
Finished the remaining files.
bundles/org.openhab.binding.tellstick/src/main/resources/OH-INF/thing/bridge.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.tellstick/src/main/resources/OH-INF/thing/devices.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.tellstick/src/main/resources/OH-INF/thing/sensor.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.tellstick/src/main/resources/OH-INF/thing/sensor.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.touchwand/src/main/resources/OH-INF/thing/dimmer.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/HS220.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.tplinksmarthome/src/main/resources/OH-INF/thing/KS230.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.tradfri/src/main/resources/OH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.unifiedremote/src/main/resources/OH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.wemo/src/main/resources/OH-INF/thing/coffeemaker.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
lsiepel
left a comment
There was a problem hiding this comment.
One late comment. Otherwise LGTM
bundles/org.openhab.binding.satel/src/main/resources/OH-INF/thing/zone.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
lsiepel
left a comment
There was a problem hiding this comment.
Thanks LGTM. Covered all files. Waiting for the dependent PR
|
Concerning Tankerkoenig LGTM; Thanks |
|
Many thanks to all contributors. Many thanks to @lsiepel for merging. |
| <label>Weatherunderground Bridge</label> | ||
| <description>The Weather Underground bridge represents a connection to the Weather Underground service</description> | ||
|
|
||
| <semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag> |
There was a problem hiding this comment.
There is something inconsistent.
You use NetworkAppliance for this weather service while WebService was used for the openweathermap binding.
And same question as for the openweathermap binding, shouldn't we use WeatherService instead?
There was a problem hiding this comment.
If the thing is associated with a physical local piece of equipment attached to the lan it is a network appliance. If thing is attached directly to a remote cloud based service it is a web service. And if it is a specific local widget that measures (say) temperature, humidity, barometric pressure, it is a weather station. Of course it may be that the thing may have attributes of all three of the above; in which case we need to decide which of those three is the primary and best description of that thing.
There was a problem hiding this comment.
If thing is attached directly to a remote cloud based service it is a web service.
So it should be WebService here as there is no physical device, just an attachment to a remote cloud based service.
* Add equipment tags: S thru Z Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This PR adds Equipment tags (only) to bindings S thru Z.
Signed-off-by: Andrew Fiddian-Green software@whitebear.ch