]> git.basschouten.com Git - openhab-addons.git/commitdiff
[tesla] extend docu on 'softwareupdateversion', this can hold map updates too (#15835)
authorHakan Tandogan <hakan@tandogan.com>
Fri, 17 Nov 2023 18:52:53 +0000 (19:52 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Nov 2023 18:52:53 +0000 (19:52 +0100)
* [tesla] extend docu on 'softwareupdateversion', this can hold map updates too

---------

Signed-off-by: Hakan Tandogan <hakan@tandogan.com>
bundles/org.openhab.binding.tesla/README.md
bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/i18n/tesla.properties
bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/thing/channels.xml

index 4387fdc0b51aad9fb7fb89956c90ce403d7c25c3..c97448323a809a3aef1e50f14bd756a10fff34b8 100644 (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                                                                           |
index cdf0ab7d8c8a338702fabcbb5ad2d74b1367a164..dd38a0070f1c1e338b0fb82de367f19614509a55 100644 (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
index 5facdaffb60fe3a9a92f2128f3cbafa32246f47f..e6046793495c2d3585f6a2116e422f1c65d9237b 100644 (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">