Update README.md

This commit is contained in:
Jeff Curless
2025-10-28 20:11:40 -04:00
committed by GitHub
parent b66391dbe4
commit 99e6b13867

View File

@@ -56,6 +56,7 @@ A hacky little program to monitor nvme,fan and CPU temperature.
- [X] Port python battery code to C. - [X] Port python battery code to C.
- [X] Incorprate working C code into driver, and do all the plumbing. - [X] Incorprate working C code into driver, and do all the plumbing.
- [X] 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%).
- [X] Add support for trixie
- [ ] Add code to allow user to set a different SOC for shutdown or disable feature. - [ ] 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. - [ ] Review python code to see if there is anything else that needs to be moved over.
- [ ] Create an installer - [ ] Create an installer