search for: status_commfault

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

2007 Aug 07
0
"ups.status" -> "ups.alarm"
...M 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 0x01000 /* overheat; Belkin, TrippLite */ #define STATUS_COMMFAULT 0x02000 /* UPS fault; Belkin, TrippLite */ #define STATUS_DEPLETED 0x04000 /* battery depleted; Belkin */ #define STATUS_TIMELIMITEXP 0x08000 /* time limit expired; APC */ #define STATUS_BATTERYPRES 0x10000 /* battery present; APC */ #define STATUS_FULLYCHARGED 0x20000 /...