diff options
| author | krolyxon <krolyxon@tutanota.com> | 2026-01-16 23:56:38 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2026-01-16 23:56:38 +0530 |
| commit | 85a49d2edd6ceda704a6cdc084e2459174fcda36 (patch) | |
| tree | e353142aa4b5fb2dd55964a52a780e5de456e9ee /README.md | |
initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e4f23ef --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Power Watch + +Telegram notifier for your laptop homelabs. + +Sends a Telegram message when your system switches between AC and battery, perfect for power sensitive deployments. + +## Install (Configure before installation) +```bash +git clone https://github.com/YOURNAME/power-watch.git +cd power-watch +./install.sh +``` + +## Configuration +- Edit `./power-watch.sh`, and set `BOT_TOKEN` & `CHAT_ID` |
