mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Simplify name to deCONZ (#14125)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
71ef3d9f4e
commit
a6e4ab130d
@ -1,6 +1,6 @@
|
||||
# Dresden Elektronik deCONZ Binding
|
||||
# deCONZ Binding
|
||||
|
||||
The Zigbee binding currently does not support the Dresden Elektronik Raspbee and Conbee Zigbee dongles.
|
||||
The Zigbee binding currently does not support the Dresden Elektronik Raspbee and ConBee Zigbee dongles.
|
||||
The manufacturer provides a companion app called deCONZ together with the mentioned hardware.
|
||||
deCONZ offers a documented real-time channel that this binding makes use of to bring support for all paired Zigbee devices.
|
||||
|
||||
|
@ -12,6 +12,6 @@
|
||||
|
||||
<artifactId>org.openhab.binding.deconz</artifactId>
|
||||
|
||||
<name>openHAB Add-ons :: Bundles :: Dresden Elektronik deCONZ Binding</name>
|
||||
<name>openHAB Add-ons :: Bundles :: deCONZ Binding</name>
|
||||
|
||||
</project>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<features name="org.openhab.binding.deconz-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
|
||||
<repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository>
|
||||
|
||||
<feature name="openhab-binding-deconz" description="Dresden Elektronik deCONZ Binding" version="${project.version}">
|
||||
<feature name="openhab-binding-deconz" description="deCONZ Binding" version="${project.version}">
|
||||
<feature>openhab-runtime-base</feature>
|
||||
<feature>openhab-transport-http</feature>
|
||||
<feature>openhab-transport-upnp</feature>
|
||||
|
@ -3,8 +3,8 @@
|
||||
xmlns:binding="https://openhab.org/schemas/binding/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">
|
||||
|
||||
<name>Dresden Elektronik deCONZ Binding</name>
|
||||
<name>deCONZ Binding</name>
|
||||
<description>Allows to use the real-time channel of the deCONZ software for Zigbee sensors and switches. deCONZ is the
|
||||
accompanying software for the Raspbee and Conbee Zigbee dongles from Dresden Elektronik. Is meant to be used together
|
||||
accompanying software for the Raspbee and ConBee Zigbee dongles from Dresden Elektronik. Is meant to be used together
|
||||
with the HUE binding which makes the lights and plugs available.</description>
|
||||
</binding:binding>
|
||||
|
@ -1,7 +1,7 @@
|
||||
# binding
|
||||
|
||||
binding.deconz.name = Dresden Elektronik deCONZ Binding
|
||||
binding.deconz.description = Allows to use the real-time channel of the deCONZ software for Zigbee sensors and switches. deCONZ is the accompanying software for the Raspbee and Conbee Zigbee dongles from Dresden Elektronik. Is meant to be used together with the HUE binding which makes the lights and plugs available.
|
||||
binding.deconz.name = deCONZ Binding
|
||||
binding.deconz.description = Allows to use the real-time channel of the deCONZ software for Zigbee sensors and switches. deCONZ is the accompanying software for the Raspbee and ConBee Zigbee dongles from Dresden Elektronik. Is meant to be used together with the HUE binding which makes the lights and plugs available.
|
||||
|
||||
# thing types
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user