Skip to content

Commit 00b342c

Browse files
committed
align car door and window tags
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
1 parent 0ea5428 commit 00b342c

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

  • bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/thing

bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/thing/channels.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@
321321
<item-type>Contact</item-type>
322322
<label>Driver Front Door</label>
323323
<description>Indicates if the front door at the driver's side is opened</description>
324+
<tags>
325+
<tag>Status</tag>
326+
<tag>OpenState</tag>
327+
</tags>
324328
<state readOnly="true"></state>
325329
</channel-type>
326330
<channel-type id="doorlock">
@@ -336,6 +340,10 @@
336340
<item-type>Contact</item-type>
337341
<label>Driver Rear Door</label>
338342
<description>Indicates if the rear door at the driver's side is opened</description>
343+
<tags>
344+
<tag>Status</tag>
345+
<tag>OpenState</tag>
346+
</tags>
339347
<state readOnly="true"></state>
340348
</channel-type>
341349
<channel-type id="drivertemp" advanced="true">
@@ -383,6 +391,10 @@
383391
<item-type>Switch</item-type>
384392
<label>Front Trunk</label>
385393
<description>Indicates if the front trunk is opened, or open the front trunk when ON is received</description>
394+
<tags>
395+
<tag>Switch</tag>
396+
<tag>OpenState</tag>
397+
</tags>
386398
</channel-type>
387399
<channel-type id="gpstimestamp" advanced="true">
388400
<item-type>DateTime</item-type>
@@ -560,12 +572,20 @@
560572
<item-type>Contact</item-type>
561573
<label>Passenger Front Door</label>
562574
<description>Indicates if the front door at the passenger's side is opened</description>
575+
<tags>
576+
<tag>Status</tag>
577+
<tag>OpenState</tag>
578+
</tags>
563579
<state readOnly="true"></state>
564580
</channel-type>
565581
<channel-type id="passengerreardoor" advanced="true">
566582
<item-type>Contact</item-type>
567583
<label>Passenger Rear Door</label>
568584
<description>Indicates if the rear door at the passenger's side is opened</description>
585+
<tags>
586+
<tag>Status</tag>
587+
<tag>OpenState</tag>
588+
</tags>
569589
<state readOnly="true"></state>
570590
</channel-type>
571591
<channel-type id="power" advanced="true">

0 commit comments

Comments
 (0)