You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# Tesla Fleet Api
2
-
Python library for Tesla Fleet API and Teslemetry.
2
+
Python library for Tesla Fleet API and Tesla Command Protocol, including signed commands and encrypted local Bluetooth (BLE). Also provides interfaces for Teslemetry and Tessie.
3
3
4
-
Based on [Tesla Developer documentation](https://developer.tesla.com/docs/fleet-api).
4
+
Based on [Tesla Developer documentation](https://developer.tesla.com/docs/fleet-api) and [Tesla Command Protocol](https://github.com/teslamotors/vehicle-command/blob/main/pkg/protocol/protocol.md)
5
5
6
+
**Documentation is currently outdated for V1.0.X**
6
7
7
8
## TeslaFleetApi
8
9
This is the base class, however can also be used directly if you have a valid user access_token.
0 commit comments