Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raminrahimzada/battman

Battery Level Controller - notifies you when battery level out of range
https://github.com/raminrahimzada/battman

Last synced: 6 days ago
JSON representation

Battery Level Controller - notifies you when battery level out of range

Awesome Lists containing this project

README

        

# BattMan
Battery Level Controller - notifies you when battery level out of range

# Sample Config file:

```json
{
"MinBatteryLevel": 26,
"MaxBatteryLevel": 96,
"MinBatteryAlertMessage": "Please plug in adapter",
"MaxBatteryAlertMessage": "Please plug out adapter"
}
```