FlexSupportedDevices
A list of supported makes and models for a given device type.
Fields
The type of device, expressed via the legacy KrakenFlexDeviceTypes enum. For responses produced via supportedDeviceType: CHARGE_POINTS, this field is populated with ELECTRIC_VEHICLES for backward compatibility. Read supportedDeviceType for the actual value.
The type of device, including charge points. Null when the response was produced via the legacy deviceType argument.
List of supported brands or manufacturer.
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
{
"deviceType": "BATTERIES",
"supportedDeviceType": "CHARGE_POINTS",
"supportedMakes": [FlexSupportedMake]
}