@teslemetry/tesla-protocol
v0.5.0
Published
Tesla vehicle-command, fleet-telemetry and energy protobuf types for TypeScript, generated with ts-proto
Downloads
981
Maintainers
Readme
@teslemetry/tesla-protocol
TypeScript protobuf types for Tesla's vehicle-command, fleet-telemetry and energy device protocols, generated with ts-proto.
npm install @teslemetry/tesla-protocolEvery proto module is a subpath export mirroring the proto/ tree:
import { Action } from "@teslemetry/tesla-protocol/command/car_server";
import { Payload } from "@teslemetry/tesla-protocol/telemetry/vehicle_data";See the repository README for provenance (which definitions track Tesla's upstream repos and which are Teslemetry extensions from our own observations and contributions from the community) and the release model.
