From 85a49d2edd6ceda704a6cdc084e2459174fcda36 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Fri, 16 Jan 2026 23:56:38 +0530 Subject: initial commit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') 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` -- cgit v1.2.3