UNPKG

tesla-fleet-api

Version:

A library for the [Tesla Fleet API](https://developer.tesla.com/docs/fleet-api), and the third parties services [Teslemetry](https://teslemetry.com/docs/getting-started/api) and [Tessie](https://developer.tessie.com/docs/tesla-api-comparison), which provi

11 lines 271 B
export const Seats = { FRONT_LEFT: 0, FRONT_RIGHT: 1, REAR_LEFT: 2, REAR_CENTER: 4, REAR_RIGHT: 5, THIRD_ROW_LEFT: 6, THIRD_ROW_RIGHT: 7, }; export const ClimateModes = { Off: 0, Keep: 1, Dog: 2, Camp: 3 }; //# sourceMappingURL=commands.js.map