forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstructions.xml
More file actions
59 lines (55 loc) · 2.1 KB
/
Copy pathinstructions.xml
File metadata and controls
59 lines (55 loc) · 2.1 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?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="teslascope:vehicle">
<instruction-set targetVersion="1">
<add-channel id="charge-port-latch">
<type>teslascope:charge-port-latch</type>
</add-channel>
</instruction-set>
<instruction-set targetVersion="2">
<add-channel id="charge-amps">
<type>teslascope:charge-amps</type>
</add-channel>
<add-channel id="charge-current-request">
<type>teslascope:charge-current-request</type>
</add-channel>
<add-channel id="charge-current-request-max">
<type>teslascope:charge-current-request-max</type>
</add-channel>
<add-channel id="charge-limit-soc">
<type>teslascope:charge-limit-soc</type>
</add-channel>
<add-channel id="charge-limit-soc-min">
<type>teslascope:charge-limit-soc-min</type>
</add-channel>
<add-channel id="charge-limit-soc-max">
<type>teslascope:charge-limit-soc-max</type>
</add-channel>
<add-channel id="located-at-home">
<type>teslascope:located-at-home</type>
</add-channel>
<add-channel id="located-at-work">
<type>teslascope:located-at-work</type>
</add-channel>
<add-channel id="located-at-favorite">
<type>teslascope:located-at-favorite</type>
</add-channel>
<update-channel id="charge-limit-soc-standard">
<type>teslascope:charge-limit-soc-standard</type>
</update-channel>
</instruction-set>
<instruction-set targetVersion="3">
<add-channel id="self-driving-miles-since-reset">
<type>teslascope:self-driving-miles-since-reset</type>
</add-channel>
<add-channel id="miles-since-reset">
<type>teslascope:miles-since-reset</type>
</add-channel>
<add-channel id="self-driving-percentage">
<type>teslascope:self-driving-percentage</type>
</add-channel>
</instruction-set>
</thing-type>
</update:update-descriptions>