SmartFlexVehicleStatus
The current status of a registered vehicle.
Fields
The latest active power reading for the device in kW. A positive value indicates power is being drawn to charge the vehicle's battery; a negative value indicates energy is being discharged from the vehicle's battery.
The current status of the device.
The current state of this SmartFlex device state machine.
Whether control of the device is currently disabled.
The latest SoC received from the vehicle. It has a value between 0-100.
Information about the limits for the SoC.
The reason for the most recent failed test dispatch (if any).
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"activePower": DecimalReading,
"current": "ONBOARDING",
"currentState": "AUTHENTICATION_PENDING",
"isSuspended": true,
"stateOfCharge": DecimalReading,
"stateOfChargeLimit": StateOfChargeLimit,
"testDispatchFailureReason": "NONE"
}