Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raminrahimzada/battman
- Owner: raminrahimzada
- License: apache-2.0
- Created: 2019-06-23T17:09:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:44:16.000Z (about 2 years ago)
- Last Synced: 2023-03-06T08:12:02.091Z (almost 2 years ago)
- Language: C#
- Size: 75.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```