Skip to main content

Fields

connectionStatus : ConnectionStatus

Whether the battery is currently connected (online/offline).

powerInKw : Decimal

The current power being used to charge the battery, or discharging from the battery, in kW. A negative value indicates this power is being used to charge the battery; a positive value indicates power is being discharged from the battery.

stateOfCharge : Decimal

The current state of charge (SoC) of the battery (0-100).

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

{ "connectionStatus": "ONLINE", "powerInKw": "1.0", "stateOfCharge": "1.0" }