-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
/
Copy pathinstructions.xml
30 lines (27 loc) · 1.07 KB
/
instructions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<update:update-descriptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:update="https://openhab.org/schemas/update-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/update-description/v1.0.0 https://openhab.org/schemas/update-description-1.0.0.xsd">
<thing-type uid="miele:dishwasher">
<instruction-set targetVersion="1">
<add-channel id="energyConsumption">
<type>miele:energy-consumption</type>
</add-channel>
<update-channel id="waterConsumption">
<type>miele:water-consumption</type>
</update-channel>
<remove-channel id="powerConsumption"/>
</instruction-set>
</thing-type>
<thing-type uid="miele:washingmachine">
<instruction-set targetVersion="1">
<add-channel id="energyConsumption">
<type>miele:energy-consumption</type>
</add-channel>
<update-channel id="waterConsumption">
<type>miele:water-consumption</type>
</update-channel>
<remove-channel id="powerConsumption"/>
</instruction-set>
</thing-type>
</update:update-descriptions>