We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OVER and non-processed statuses never get evaluated as there is a bug in the LB status evaluation within this function:
OVER
LB
wmnut/src/wmnut.c
Lines 136 to 150 in e3255f7
This else if checks if LB is not contained and sets the status to UPS_LOWBATT, but should check if it is contained here:
else if
not contained
UPS_LOWBATT
is contained
Line 142 in e3255f7
I'm overhauling this function as part of a larger pull request in the works (#8), so this issue is mostly a reminder to myself.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
OVER
and non-processed statuses never get evaluated as there is a bug in theLB
status evaluation within this function:wmnut/src/wmnut.c
Lines 136 to 150 in e3255f7
This
else if
checks ifLB
isnot contained
and sets the status toUPS_LOWBATT
, but should check if itis contained
here:wmnut/src/wmnut.c
Line 142 in e3255f7
I'm overhauling this function as part of a larger pull request in the works (#8), so this issue is mostly a reminder to myself.
The text was updated successfully, but these errors were encountered: