mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-11 06:37:29 +01:00
19 lines
761 B
XML
19 lines
761 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<thing:thing-descriptions bindingId="lifx"
|
|
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="whitelight">
|
|
<label>LIFX White Light</label>
|
|
<channels>
|
|
<channel id="brightness" typeId="brightness"/>
|
|
<channel id="temperature" typeId="temperature"/>
|
|
<channel id="signalstrength" typeId="system.signal-strength"/>
|
|
</channels>
|
|
<representation-property>macAddress</representation-property>
|
|
<config-description-ref uri="thing-type:lifx:light"/>
|
|
</thing-type>
|
|
|
|
</thing:thing-descriptions>
|