-
Notifications
You must be signed in to change notification settings - Fork 65
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 API #15
Comments
|
Also, any thing else useful to be had from looking at the smart battery spec? |
This is completed as far as 0.0.1 goes, but will leave this open for taking a deeper look at the goodies in PowerManagement. |
PowerManagement uses IOPMLib a bunch, has some great stuff in there. However, it's not available via the IOKit module for some reason, have to import it via a bridging header sadly. Thats fine for now since we need one anyway for the time being due to |
Turns out, doing |
Closing. Few power management related calls added, will open a separate issue for it need be. |
The text was updated successfully, but these errors were encountered: