Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReadCharge = "tronity_charging" // Know whether vehicle is charging ReadLocation = "tronity_location" // Last known location ReadOdometer = "tronity_odometer" // Retrieve total distance traveled ReadRange = "tronity_range" // Last known range information WriteChargeStartStop = "tronity_control_charging" )
View Source
const URI = "https://api.tronity.tech"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EVBatteryLevel ¶
type EVChargingStatus ¶
type Location ¶
type Location struct { // Latitude float64/string // Longitude float64/string Timestamp int64 }
Click to show internal directories.
Click to hide internal directories.