SmartFlexHeatPump
Fields
Active alert message(s) for a device, showing the latest first.
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 heat pump, e.g. Daikin.
The model of the heat pump, e.g. EDLA04E2V3.
The user-friendly name for the device.
The current onboarding wizard for a device.
The maximum power consumed by the heat pump in kilowatts.
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 type of zone that this heat pump device represents.
Example
{
"alerts": SmartFlexDeviceAlertInterface,
"deviceType": "BATTERIES",
"id": "83550819",
"integrationDeviceId": "91731190",
"make": "whatever-accept-situation-star-though",
"model": "scientist-speak-million-no-international",
"name": "argue-thank-now-customer-measure",
"onboardingWizard": SmartFlexOnboardingWizard,
"powerInKw": "1.000",
"preferences": SmartFlexDevicePreferencesInterface,
"preferenceSetting": FlexDevicePreferenceSettingInterface,
"propertyId": "75085546",
"provider": "BMW",
"reAuthenticationState": DeviceReAuthenticationInterface,
"status": SmartFlexDeviceStatusInterface,
"zoneType": "CLIMATE"
}