-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wip(tesla_api_coverage): scrape vehicle command
- Loading branch information
Showing
12 changed files
with
3,995 additions
and
2,190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Tesla API Matrix | ||
|
||
List of all known Tesla APIs, and if this crate supports it, and which of the Tesla enpoints support them. | ||
|
||
### Legend | ||
|
||
- Blank - Unknown | ||
- ✅ Supported by this crate | ||
- 🟢 Supported by specified API | ||
- 🔴 Not supported by specified API | ||
|
||
Currently only the Owner API is partially supported by this crate. | ||
|
||
| API | Owner API | Fleet API | Command Mode | | ||
|-----------| --- | --- | --- | | ||
| honk_horn | ✅ | | | |
Oops, something went wrong.