Skip to content

Commit 53b3912

Browse files
committed
docs: document download_perc and install_perc MQTT topics
1 parent 684b5f6 commit 53b3912

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

website/docs/integrations/mqtt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Vehicle data will be published to the following topics:
1818
| `teslamate/cars/$car_id/version` | 2019.32.12.2 | Software Version |
1919
| `teslamate/cars/$car_id/update_available` | false | Indicates if a software update is available |
2020
| `teslamate/cars/$car_id/update_version` | 2019.32.12.3 | Software version of the available update |
21+
| `teslamate/cars/$car_id/download_perc` | 100 | Download progress of the available update in percent |
22+
| `teslamate/cars/$car_id/install_perc` | 42 | Installation progress of the update in percent |
2123
| | | |
2224
| `teslamate/cars/$car_id/model` | 3 | Either "S", "3", "X" or "Y" |
2325
| `teslamate/cars/$car_id/trim_badging` | P100D | Trim badging |

0 commit comments

Comments
 (0)