Jacob Laursen 6753234e32
Fix Zigbee name stylization (#13954)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
2022-12-17 17:25:38 +01:00

27 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<thing:thing-descriptions bindingId="plugwise"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
<thing-type id="circleplus">
<supported-bridge-type-refs>
<bridge-type-ref id="stick"/>
</supported-bridge-type-refs>
<label>Plugwise Circle+</label>
<description>A special Circle that coordinates the Zigbee network and acts as network gateway</description>
<channels>
<channel id="clock" typeId="clock"/>
<channel id="energy" typeId="energy"/>
<channel id="energystamp" typeId="energystamp"/>
<channel id="lastseen" typeId="lastseen"/>
<channel id="power" typeId="power"/>
<channel id="realtimeclock" typeId="realtimeclock"/>
<channel id="state" typeId="state"/>
</channels>
<representation-property>macAddress</representation-property>
<config-description-ref uri="thing-type:plugwise:relay"/>
</thing-type>
</thing:thing-descriptions>