Displaying 1 result from an estimated 1 matches for "pw_oid_in_curr".
2014 Aug 11
0
Meaning of Battery Resting/PW-MIBs
...e ambient temperature rises to 61
?C an decreases lifetime:-)
I had to do some changes in the mibs to get all relevant data:
{ "input.voltage", 0, 1.0, PW_OID_IN_VOLTAGE ".1", "",
SU_INPUT_1, NULL },
{ "input.current", 0, 0.1, PW_OID_IN_CURRENT ".1", "",
SU_INPUT_1, NULL },
Must get ".1" there, as it is in output.voltage/current. (The input
current isn't returned, but I think it should be right with .1 there...)
TestBattery misses the .0 at the end:
#define PW_OID_BATTEST_START &quo...