I'm trying to pull information from an APC UPS, specifically weather or not the UPS is on battery power. It seems the only way to pull this information is from the upsBasicStateOutputState, which is a string of 64 flags, one of which is "on battery" (flag 4)
I can't seem to figure out how to configure Orion to read these flags -- the enumeration option will let me map various values, but not individual bits...
Is this possible? Am I missing something?