You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
Please fill out either the bug or feature request section and remove whatever section you are not using.
Bug
Version Number of Plugin: 2.1.0
Device Tested On: Windows 10 (PC & Mobile)
Expected Behavior
Should not be Full if the percentage is less than 100% (Charging or discharging...)
Actual Behavior
Always reports Full, due to the wrong IF condition in line 92:
if (percentage >= 1.0)
it should be >=100, as percentage is 0-100
The text was updated successfully, but these errors were encountered: