search for: status_shutdownimm

Displaying 1 result from an estimated 1 matches for "status_shutdownimm".

2007 Aug 07
0
"ups.status" -> "ups.alarm"
...001 /* on line */ #define STATUS_DISCHRG 0x00002 /* discharging */ #define STATUS_CHRG 0x00004 /* charging */ #define STATUS_LOWBATT 0x00008 /* low battery */ #define STATUS_OVERLOAD 0x00010 /* overload */ #define STATUS_REPLACEBATT 0x00020 /* replace battery */ #define STATUS_SHUTDOWNIMM 0x00040 /* shutdown imminent */ #define STATUS_TRIM 0x00080 /* SmartTrim */ #define STATUS_BOOST 0x00100 /* SmartBoost */ #define STATUS_BYPASS 0x00200 /* on bypass */ #define STATUS_OFF 0x00400 /* ups is off */ #define STATUS_CAL 0x00800 /* calibration */ #define STATUS_OVERHEAT...