svartalf / rust-battery

Rust crate providing cross-platform information about the notebook batteries.
https://crates.io/crates/battery
Apache License 2.0
354 stars 40 forks source link

Added support for the Not Charging state for Linux Notebooks #100

Open trollLemon opened 11 months ago

trollLemon commented 11 months ago

This pr adds a new value to the State enum, Notcharging, so if a laptop battery is configured to stop charging at a certain threshold and is still plugged into AC, battery.State() will return "Not charging" instead of "unknown." This pr resolves #99.