State Of Charge

Signal code: lowvoltagebattery-stateofcharge Indicates the current charge level of the low voltage battery as a percentage (0 - 100)
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

Signal code: lowvoltagebattery-status Represents the current operational status of the low voltage battery. (GOOD, WARN, BAD)
value
string
The operational status of the batteryPossible values: GOOD, WARN, BAD
Example
{
  "value": "GOOD"
}