This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """battery-history — historical battery usage for macOS. | |
| Data sources (no third-party dependencies): | |
| * `pmset -g log` -> charge % samples over time (weeks of history) | |
| * `system_profiler SPPowerDataType` -> current health / adapter | |
| Everything is derived from the "Using AC/Batt(Charge: N)" samples that | |
| macOS power management writes to its log. | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2018-10-05T01:36:00.479Z","extensionVersion":"v3.1.2"} |