Documentation ¶
Index ¶
Constants ¶
View Source
const UnitMiles = "M"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChargeResponse ¶
type ChargeResponse struct { Units string `json:"units"` ChargeEtrFull int64 `json:"charge_etr_full,string"` ChargeState string `json:"chargestate"` ChargePortOpen int `json:"cp_dooropen"` EstimatedRange int64 `json:"estimatedrange,string"` MessageAgeServer int `json:"m_msgage_s"` Soc float64 `json:"soc,string"` }
type ConnectResponse ¶
type ConnectResponse struct {
NetConnected int `json:"v_net_connected"`
}
type LocationResponse ¶
type StatusResponse ¶
Click to show internal directories.
Click to hide internal directories.