State Of Charge

unit
string
The unit for state of charge (always percent)
value
number
The battery charge level as a percentage between 0 and 100
Example
{
  "unit": "percent",
  "value": 95
}

Status

value
string
The operational status of the battery
Example
{
  "value": "GOOD"
}