SmartFlexVehicle
Information about a vehicle that has been registered with Kraken Flex.
Fields
Active alert message(s) for a device, showing the latest first.
The power output of the charge point in kW.
This contains more detail about the variant of the charge point model.
Please use fields directly on 'SmartFlexVehicle' instead.
- Marked as deprecated on 2026-04-15.
- Scheduled for removal on or after 2026-10-15.
The user's preferences for charging this vehicle.
Please use 'devices.preferences' instead.
- Marked as deprecated on 2024-11-01.
- Scheduled for removal on or after 2025-05-06.
History of charging sessions for a SmartFlex device.
Arguments
Earliest time of the charging sessions i.e. the start of the time window. Only sessions that start at or after this datetime are returned. Must be earlier than before.
Latest time of the charging sessions i.e. end of the time window. Only sessions that start before this datetime are returned. Must be later than after.
The types of charging sessions to be returned.
The type of device.
A UUID that identifies this device registration. Re-registering this device will result in a different ID.
The third-party integration device ID.
The make of the vehicle, e.g. Tesla.
The model of the vehicle, e.g. Model 3.
The user-friendly name for the device.
The current onboarding wizard for a device.
The device's preference details.
The preference setting for this device.
The id of the property linked to the device.
The third-party that enables control of this device.
The re-authentication state of this device, if applicable.
Information about the current status of this device.
The battery capacity for the electric vehicle in kWh.
This contains more detail about the variant of the vehicle model.
Please use fields directly on 'SmartFlexVehicle' instead.
- Marked as deprecated on 2026-04-15.
- Scheduled for removal on or after 2026-10-15.
Example
{
"alerts": SmartFlexDeviceAlertInterface,
"chargePointPowerOutput": "1.0",
"chargingSessions": DeviceChargingSessionConnection,
"deviceType": "BATTERIES",
"id": "12037566",
"integrationDeviceId": "61978738",
"make": "certain-professor-arm-here-candidate",
"model": "leg-style-town-along-article",
"name": "subject-amount-event-brother-before",
"onboardingWizard": SmartFlexOnboardingWizard,
"preferences": SmartFlexDevicePreferencesInterface,
"preferenceSetting": FlexDevicePreferenceSettingInterface,
"propertyId": "13707481",
"provider": "BMW",
"reAuthenticationState": DeviceReAuthenticationInterface,
"status": SmartFlexDeviceStatusInterface,
"vehicleBatterySize": "1.0"
}