Skip to content

Commit 6710124

Browse files
docs(mqtt): add service mode topic to MQTT integration documentation
1 parent a53396e commit 6710124

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
- docs: update security policy to emphasize network-level protection ([27172cba](https://github.com/teslamate-org/teslamate/commit/27172cba54782f9a8eb7fdd9ea3a481dfd9d8f2b) - @JakobLichterfeld)
3535
- docs: fix typo in DATABASE_SSL_SNI description (#5346 - @dashitongzhi)
3636
- docs: update upgrading instructions to emphasize backup before updating more clearly (#5453 - @JakobLichterfeld)
37+
- docs(mqtt): add service mode topic to MQTT integration documentation (#5472 - @JakobLichterfeld)
3738

3839
## [4.0.1] - 2026-06-14
3940

website/docs/integrations/mqtt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Vehicle data will be published to the following topics:
8686
| `teslamate/cars/$car_id/active_route_longitude` | 29.744801 | DEPRECATED: Navigation destination longitude (or "nil") |
8787
| `teslamate/cars/$car_id/active_route` | _See below_ | Navigation details (json blob) |
8888
| `teslamate/cars/$car_id/center_display_state` | 0 | Center Display State |
89+
| `teslamate/cars/$car_id/service_mode` | false | Whether Service Mode is active or not |
8990

9091
:::note
9192
`$car_id` usually starts at 1

0 commit comments

Comments
 (0)