From 9da73f2fbb649d9354f7dfb9c97b83818e1c7c1f Mon Sep 17 00:00:00 2001 From: Jeff Curless <52426490+JeffCurless@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:13:14 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fca0d4..4401575 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ A hacky little program to monitor nvme,fan and CPU temperature. - [X] Fix the naming of all the internerals properly, and makes sure the battery tech, and manuacturer are correct. - [X] Port python battery code to C. - [X] Incorprate working C code into driver, and do all the plumbing. -- [ ] Add code to support clean shutdown of laptop if system is not charging and hits a minimum SOC (5%). +- [X] Add code to support clean shutdown of laptop if system is not charging and hits a minimum SOC (5%). - [ ] Add code to allow user to set a different SOC for shutdown or disable feature. - [ ] Review python code to see if there is anything else that needs to be moved over. - [ ] Create an installer