Skip to content
New issue

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

Battery rate graph should be in Watts instead of Wh #9

Closed
jherman3 opened this issue Feb 25, 2019 · 1 comment
Closed

Battery rate graph should be in Watts instead of Wh #9

jherman3 opened this issue Feb 25, 2019 · 1 comment
Labels
C-bug Something isn't working P-low Low priority

Comments

@jherman3
Copy link

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.

@svartalf
Copy link
Owner

And done!

@svartalf svartalf added C-bug Something isn't working A-battery-cli P-low Low priority labels Feb 25, 2019
davidkna pushed a commit to davidkna/rust-battery that referenced this issue Jul 23, 2022
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Something isn't working P-low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants