An open API service indexing awesome lists of open source software.

https://github.com/sowa705/batteryinfo

Simple C# System battery information library
https://github.com/sowa705/batteryinfo

battery csharp laptop-hardware windows wml

Last synced: 3 months ago
JSON representation

Simple C# System battery information library

Awesome Lists containing this project

README

          

# BatteryInfo
Simple C# System battery information library
# Usage
Create new instance of BatteryInfo.Battery class and call Update().
~~~~
BatteryInfo.Battery battery = new BatteryInfo.Battery();
battery.Update();
Console.WriteLine("Charge: \t" + battery.ChargePercent + " %");
~~~~
# Limitations
BatteryInfo uses WML queries to get required data. WML may be unavailable on other operating systems than Windows.