Documentation ¶
Index ¶
- Constants
- type API
- func (v *API) Action(accountID, action string, vin string) (Response, error)
- func (v *API) Battery(accountID string, vin string) (Response, error)
- func (v *API) Cockpit(accountID string, vin string) (Response, error)
- func (v *API) Hvac(accountID string, vin string) (Response, error)
- func (v *API) Person(personID, brand string) (string, error)
- func (v *API) Position(accountID string, vin string) (Response, error)
- func (v *API) Vehicles(accountID string) ([]Vehicle, error)
- func (v *API) WakeUp(accountID string, vin string) (Response, error)
- type Account
- type Data
- type Response
- type Vehicle
Constants ¶
View Source
const ( ActionStart = "start" ActionStop = "stop" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
Click to show internal directories.
Click to hide internal directories.