VehicleInfo Data Type
Describes general info related to a Vehicle
name | data type | constraints | description |
---|---|---|---|
vin | string | The VIN of the vehicle | |
wcu-id | string | The WCU (if any) the vehicle is connected to. | |
wcu-connected | number | required long | If the vehicle is connected to a WCU, this is the unix timestamp when the vehicle connected to the WCU. |
wcu-disconnected | number | required long | If the vehicle is not connected to a WCU, this is the unix timestamp when the vehicle was last disconnected from a WCU. |
Example
{ "vin" : "...", "wcu-id" : "...", "wcu-connected" : 12345, "wcu-disconnected" : 12345 }