Battery and power state. More...
Public Member Functions | |
| BatteryState (byte[] value) | |
| Translate the raw response to GET_DATA(BatteryStateRaw) | |
Public Attributes | |
| int | Level |
| Battery level 0 to 100%. | |
| int | Voltage_0_01_V |
| Battery voltage in 0.01V steps. | |
| int | Temperature_0_01_C |
| Temperature in 0.01°C steps. | |
| int | Accumulator |
| Current value in the energy accumulator register. | |
| int | Current |
| Current flowing in or out the battery. | |
Properties | |
| double | Voltage [get] |
| Actual voltage. | |
| double | Temperature [get] |
| Actual temperature. | |
Battery and power state.