Enumerations¶
STATUS_BATTERY¶
Enumeration to indicate the status of the battery.
STATUS_BATTERY.UNKNOWN: Unknown statusSTATUS_BATTERY.CHARGING: Charging batterySTATUS_BATTERY.DISCHARGING: Discharging batterySTATUS_BATTERY.NOT_CHARGING: Battery not chargingSTATUS_BATTERY.FULL: Battery fullSTATUS_BATTERY.NO_BATTERY: No batterySTATUS_BATTERY.LOW_BATTERY: Low batterySTATUS_BATTERY.CRITICAL_BATTERY: Critical battery
STATUS_BATTERY_HEALTH¶
Enumeration to indicate the health of the battery.
STATUS_BATTERY_HEALTH.UNKNOWN: Unknown statusSTATUS_BATTERY_HEALTH.GOOD: Good batterySTATUS_BATTERY_HEALTH.OVERHEAT: Overheat batterySTATUS_BATTERY_HEALTH.DEAD: Dead batterySTATUS_BATTERY_HEALTH.OVERVOLTAGE: Overvoltage batterySTATUS_BATTERY_HEALTH.UNSPEC_FAILURE: Unspecified failure batterySTATUS_BATTERY_HEALTH.COLD: Cold batterySTATUS_BATTERY_HEALTH.WATCHDOG_TIMER_EXPIRE: Watchdog timer expire batterySTATUS_BATTERY_HEALTH.SAFETY_TIMER_EXPIRE: Safety timer expire battery
STATUS_BATTERY_TECHNOLOGY¶
Enumeration to indicate the technology of the battery.
STATUS_BATTERY_TECHNOLOGY.UNKNOWN: Unknown technologySTATUS_BATTERY_TECHNOLOGY.NIMH: Nickel Metal Hydride technologySTATUS_BATTERY_TECHNOLOGY.LION: Lithium Ion technologySTATUS_BATTERY_TECHNOLOGY.LIPO: Lithium Polymer technologySTATUS_BATTERY_TECHNOLOGY.LIFE: Lithium Iron Phosphate technologySTATUS_BATTERY_TECHNOLOGY.NICD: Nickel Cadmium technologySTATUS_BATTERY_TECHNOLOGY.LIMN: Lithium Manganese technology
STATUS_SERVER¶
Enumeration to indicate the server status.
STATUS_SERVER.NOT_AVAILABLE: Server not availableSTATUS_SERVER.STOPPED: Server stoppedSTATUS_SERVER.STARTING: Server startingSTATUS_SERVER.RUNNING: Server runningSTATUS_SERVER.FAILED: Server failed
STATUS_ENGINE¶
Enumeration to indicate the engine status.
STATUS_ENGINE.NOT_AVAILABLE: Engine not availableSTATUS_ENGINE.STOPPED: Engine stoppedSTATUS_ENGINE.STARTING: Engine startingSTATUS_ENGINE.RUNNING: Engine runningSTATUS_ENGINE.FAILED: Engine failed
STATUS_SERVER_ERROR¶
Enumeration to indicate the error code, when the server is not available.
STATUS_SERVER_ERROR.OK: No errorSTATUS_SERVER_ERROR.ERROR_UNKNOWN: Unknown error
STATUS_ENGINE_ERROR¶
Enumeration to indicate the error code, when the engine is not available.
STATUS_ENGINE_ERROR.OK: No errorSTATUS_ENGINE_ERROR.ERROR_UNKNOWN: Unknown error