search for: status_batterypres

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

2007 Aug 07
0
"ups.status" -> "ups.alarm"
.../ #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 /* battery full; CyberPower */ #define STATUS_AWAITINGPOWER 0x40000 /* awaiting power; Belkin, TrippLite */ #define STATUS_VRANGE 0x80000 /* voltage out of range; TrippLite */ I think that quite a few of t...