From 255e34ea66b3d03a284ffa711a373564e142cbf6 Mon Sep 17 00:00:00 2001 From: RKBoss6 <178680496+RKBoss6@users.noreply.github.com> Date: Wed, 23 Jul 2025 16:11:18 -0400 Subject: [PATCH] Create README.md --- apps/smartbatt/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps/smartbatt/README.md diff --git a/apps/smartbatt/README.md b/apps/smartbatt/README.md new file mode 100644 index 000000000..6831cf63f --- /dev/null +++ b/apps/smartbatt/README.md @@ -0,0 +1,13 @@ +# Smart Battery Module +A module for providing a truly accurate battery life in terms of days. The module learns from daily usage and drainage patterns, and extrapolates that. As you use it more, and the battery keeps draining, the predictions should become more accurate. +## Upon Install +Use an app that needs this module, like `Smart Battery Widget`. +When this app is installed, do not rely on it for the first 24-30 hours. +The module might return different data than expected, or a severely low prediction. Give it time. It will learn from drainage rates, which needs the battery to drain. If your watch normally lasts for a long time on one charge, it will take longer for the module to return an accurate reading. +## Settings +### Clear Data - Clears all learned data. +Use this when you switch to a new clock or change the battery drainage in a fundamental way. The app averages drainage over time, and so you might just want to restart the learned data to be more accurate for the new configurations you have implemented. + +If you think something is wrong with the predictions, try clearing the data, and let it rebuild the data again from scratch. +## Creator +RKBoss6