Edit

Share via


BatteryState Enum

Definition

Battery state

public enum BatteryState
type BatteryState = 
Public Enum BatteryState
Inheritance
BatteryState

Fields

Name Value Description
Normal 0

Battery is present but not charging

ChargingFromIn 1

Battery is charging from PiJuice USB power connector

ChargingFrom5VoltInput 2

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

NotPresent 3

Battery is not detected or not installed

Applies to