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
Discharge rate is a unit of power, watt-hours are energy. The energy_rate() method returns mW so it looks like the CLI graph is using the wrong units.
energy_rate()
mW
The text was updated successfully, but these errors were encountered:
dc3d43d
And done!
Sorry, something went wrong.
Update uom requirement from 0.32 to 0.33 (svartalf#9)
112c96b
Updates the requirements on [uom](https://github.com/iliekturtles/uom) to permit the latest version. - [Release notes](https://github.com/iliekturtles/uom/releases) - [Changelog](https://github.com/iliekturtles/uom/blob/master/CHANGELOG.md) - [Commits](iliekturtles/uom@v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: uom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No branches or pull requests
Discharge rate is a unit of power, watt-hours are energy. The
energy_rate()
method returnsmW
so it looks like the CLI graph is using the wrong units.The text was updated successfully, but these errors were encountered: