SmartFlexInverter
Information about an inverter that has been registered with KrakenFlex.
Fields
Active alert message(s) for a device, showing the latest first.
Information about the inverter.
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 inverter.
The model of the inverter.
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.
Telemetry data for the inverter.
Example
{
"alerts": SmartFlexDeviceAlertInterface,
"details": SmartFlexInverterDetails,
"deviceType": "BATTERIES",
"id": "36373774",
"integrationDeviceId": "42734367",
"make": "pretty-office-hold-pay-American",
"model": "card-little-strategy-instead-particularly",
"name": "same-room-some-night-administration",
"onboardingWizard": SmartFlexOnboardingWizard,
"preferences": SmartFlexDevicePreferencesInterface,
"preferenceSetting": FlexDevicePreferenceSettingInterface,
"propertyId": "29475574",
"provider": "BMW",
"reAuthenticationState": DeviceReAuthenticationInterface,
"status": SmartFlexDeviceStatusInterface,
"telemetry": SmartFlexInverterTelemetry
}