|
321 | 321 | <item-type>Contact</item-type> |
322 | 322 | <label>Driver Front Door</label> |
323 | 323 | <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> |
324 | 328 | <state readOnly="true"></state> |
325 | 329 | </channel-type> |
326 | 330 | <channel-type id="doorlock"> |
|
336 | 340 | <item-type>Contact</item-type> |
337 | 341 | <label>Driver Rear Door</label> |
338 | 342 | <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> |
339 | 347 | <state readOnly="true"></state> |
340 | 348 | </channel-type> |
341 | 349 | <channel-type id="drivertemp" advanced="true"> |
|
383 | 391 | <item-type>Switch</item-type> |
384 | 392 | <label>Front Trunk</label> |
385 | 393 | <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> |
386 | 398 | </channel-type> |
387 | 399 | <channel-type id="gpstimestamp" advanced="true"> |
388 | 400 | <item-type>DateTime</item-type> |
|
560 | 572 | <item-type>Contact</item-type> |
561 | 573 | <label>Passenger Front Door</label> |
562 | 574 | <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> |
563 | 579 | <state readOnly="true"></state> |
564 | 580 | </channel-type> |
565 | 581 | <channel-type id="passengerreardoor" advanced="true"> |
566 | 582 | <item-type>Contact</item-type> |
567 | 583 | <label>Passenger Rear Door</label> |
568 | 584 | <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> |
569 | 589 | <state readOnly="true"></state> |
570 | 590 | </channel-type> |
571 | 591 | <channel-type id="power" advanced="true"> |
|
0 commit comments