Skip to main content

Fields

maxExportInKw : Float

The maximum export power of the device in kilowatts.

maxImportInKw : Float

The maximum import power of the device in kilowatts.

pluggedIn : Boolean

Whether device is connected.

Device status telemetry readings.

The lifecycle status of the device.

Deprecation
The 'status' field is deprecated.

Please use the 'devices' query instead.

- Marked as deprecated on 2023-12-06.
- Scheduled for removal on or after 2024-06-06.
suspended : Boolean

Whether control of the device has been temporarily suspended.

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

{ "maxExportInKw": 238.44, "maxImportInKw": 236.86, "pluggedIn": true, "readings": DeviceStatusReadingsType, "suspended": true }