/** Describes the charging behavior of the controller's battery */ export declare enum ChargeStatus { Discharging = 0, Charging = 1, Full = 2, AbnormalVoltage = 10, AbnormalTemperature = 11, ChargingError = 15 } //# sourceMappingURL=battery_state.d.ts.map