[bluetooth.daikinmadoka] removed duplicate channel RSSI (#8813)
Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
This commit is contained in:
parent
08ce65a939
commit
09b6906c39
|
@ -6,14 +6,13 @@
|
||||||
|
|
||||||
<thing-type id="brc1h">
|
<thing-type id="brc1h">
|
||||||
<supported-bridge-type-refs>
|
<supported-bridge-type-refs>
|
||||||
<bridge-type-ref id="dbusbluez"/>
|
<bridge-type-ref id="bluez"/>
|
||||||
</supported-bridge-type-refs>
|
</supported-bridge-type-refs>
|
||||||
|
|
||||||
<label>Daikin BRC1H Thermostat</label>
|
<label>Daikin BRC1H Thermostat</label>
|
||||||
<description>A Daikin Madoka BRC1H Thermostat (BLE)</description>
|
<description>A Daikin Madoka BRC1H Thermostat (BLE)</description>
|
||||||
|
|
||||||
<channels>
|
<channels>
|
||||||
<channel id="rssi" typeId="rssi"/>
|
|
||||||
<channel id="onOffStatus" typeId="brc1h_onOffStatus"/>
|
<channel id="onOffStatus" typeId="brc1h_onOffStatus"/>
|
||||||
<channel id="indoorTemperature" typeId="brc1h_indoorTemperature"/>
|
<channel id="indoorTemperature" typeId="brc1h_indoorTemperature"/>
|
||||||
<channel id="outdoorTemperature" typeId="brc1h_outdoorTemperature"/>
|
<channel id="outdoorTemperature" typeId="brc1h_outdoorTemperature"/>
|
||||||
|
|
Loading…
Reference in New Issue