Skip to content

Commit

Permalink
update instructions to set fleet telemetry config (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
agbpatro authored Jan 3, 2024
1 parent 1e01c89 commit c6d7edf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 86 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,20 +115,7 @@ spec:
type: LoadBalancer
```
6. Create and share a vehicle configuration with Tesla.
```
{
"hostname": string - server hostname,
"ca": string - pem format ca certificate(s),
"fields": { map of field configurations
name (string) -> {
"interval_seconds": int - data polling interval in seconds
}...
},
"alert_types": [ string list - alerts audiences that should be pushed to the server, recommendation is to use only "service" ]
}
```
Example: [client_config.json](./examples/client_config.json)
6. Register vehicles for streaming via [fleet-telemetry-config](https://developer.tesla.com/docs/fleet-api#fleet_telemetry_config) API.
## Vehicle Compatibility
Expand Down
72 changes: 0 additions & 72 deletions examples/client_config.json

This file was deleted.

0 comments on commit c6d7edf

Please sign in to comment.