[tesla] extend docu on 'softwareupdateversion', this can hold map updates too (#15835)

* [tesla] extend docu on 'softwareupdateversion', this can hold map updates too

---------

Signed-off-by: Hakan Tandogan <hakan@tandogan.com>
This commit is contained in:
Hakan Tandogan 2023-11-17 19:52:53 +01:00 committed by GitHub
parent 6a39bbf076
commit 70095cdb49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -182,9 +182,9 @@ Additionally, these advanced channels are available (not all are available on al
| shiftstate | String | Shift State | Indicates the state of the transmission, “P”, “D”, “R”, or “N” |
| sidemirrorheaters | Switch | Side Mirror Heaters | Indicates if the side mirror heaters are switched on |
| smartpreconditioning | Switch | Smart Preconditioning | Indicates if smart preconditioning is switched on |
| softwareupdateavailable | Switch | Update Available | Car software update available, automatically generated on non-empty "update version" |
| softwareupdatestatus | String | Update Status | Car software update status, e.g. "downloading_wifi_wait", "installing" |
| softwareupdateversion | String | Update Version | Car software version to update to, e.g. "2023.32.9" or empty |
| softwareupdateavailable | Switch | Update Available | Car software or map update available, automatically generated on non-empty "update version" |
| softwareupdatestatus | String | Update Status | Car software or map update status, e.g. "downloading_wifi_wait", "installing" |
| softwareupdateversion | String | Update Version | Car software or map version to update to, e.g. "2023.32.9", "EU-2023.32-14783" for map updates, or empty |
| soc | Number | State of Charge | State of Charge, in % |
| state | String | State | “online”, “asleep”, “waking” |
| steeringwheelheater | Switch | Steering Wheel Heater | Turns On/Off the steering wheel heater |

View File

@ -323,11 +323,11 @@ channel-type.tesla.smartpreconditioning.description = Indicates if smart precond
channel-type.tesla.soc.label = State of Charge
channel-type.tesla.soc.description = State of Charge, in %
channel-type.tesla.softwareupdateavailable.label = Update Available
channel-type.tesla.softwareupdateavailable.description = Car software update available
channel-type.tesla.softwareupdateavailable.description = Car software or map update available
channel-type.tesla.softwareupdatestatus.label = Update Status
channel-type.tesla.softwareupdatestatus.description = Car software update status
channel-type.tesla.softwareupdatestatus.description = Car software or map update status
channel-type.tesla.softwareupdateversion.label = Update Version
channel-type.tesla.softwareupdateversion.description = Car software version to update to
channel-type.tesla.softwareupdateversion.description = Car software or map version to update to
channel-type.tesla.speed.label = Speed
channel-type.tesla.speed.description = Vehicle speed
channel-type.tesla.state.label = State

View File

@ -7,19 +7,19 @@
<channel-type id="softwareupdateavailable">
<item-type>Switch</item-type>
<label>Update Available</label>
<description>Car software update available</description>
<description>Car software or map update available</description>
<state readOnly="true"></state>
</channel-type>
<channel-type id="softwareupdatestatus">
<item-type>String</item-type>
<label>Update Status</label>
<description>Car software update status</description>
<description>Car software or map update status</description>
<state readOnly="true"></state>
</channel-type>
<channel-type id="softwareupdateversion">
<item-type>String</item-type>
<label>Update Version</label>
<description>Car software version to update to</description>
<description>Car software or map version to update to</description>
<state readOnly="true"></state>
</channel-type>
<channel-type id="destinationname">