BatteryState Enum

Definition

Battery state

public enum BatteryState
type BatteryState = 
Public Enum BatteryState
Inheritance
BatteryState

Fields

ChargingFrom5VoltInput 2

Battery is charging from GPIO pin (Will occur if powered through Raspberry Pi power connector)

ChargingFromIn 1

Battery is charging from PiJuice USB power connector

Normal 0

Battery is present but not charging

NotPresent 3

Battery is not detected or not installed

Applies to