BatteryCondition

type BatteryCondition = {
    batteryLevel: number,
    state: BatteryState
}

Last updated