search for: status_fullycharged

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

2007 Aug 07
0
"ups.status" -> "ups.alarm"
...pLite */ #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 the above deserve to be put in "ups.alarm", since they do n...