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

Implement get_battery_power_draw() for FreeBSD. #1252

Merged
merged 1 commit into from Oct 13, 2022
Merged

Implement get_battery_power_draw() for FreeBSD. #1252

merged 1 commit into from Oct 13, 2022

Conversation

madpilot78
Copy link
Contributor

I'm using the acpi_battery(4) interface, via sysctl.

It should report battery draw in mW (for milli Watts), so I'm dividing by 1000 before printing in the buffer.

I'm using the acpi_battery(4) interface, via sysctl.

It should report battery draw in mW (for milli Watts), so I'm
dividing by 1000 before printing in the buffer.
@netlify
Copy link

netlify bot commented Oct 13, 2022

Deploy Preview for conkyweb canceled.

Name Link
🔨 Latest commit c669cd2
🔍 Latest deploy log https://app.netlify.com/sites/conkyweb/deploys/634855aef88e48000987b49f

@github-actions github-actions bot added the sources PR modifies project sources label Oct 13, 2022
freebsd-git pushed a commit to freebsd/freebsd-ports that referenced this pull request Oct 13, 2022
- Add patch implementing missing function for FreeBSD, already
  proposed upstream: brndnmtthws/conky#1252

- Updated dependencies, upstream changed its documentation build
  method

Old html documentation has been removed, the information is now
encoded in yaml files.

Upstream code does not provide a method to automatically produce
human readable documentation from the yaml files, so I install those
directly in PORTDOCS.
@brndnmtthws brndnmtthws merged commit 1f661d2 into brndnmtthws:main Oct 13, 2022
@madpilot78 madpilot78 deleted the FreeBSD_get_battery_power_draw branch October 13, 2022 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sources PR modifies project sources
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants