Skip to content

Commit 7d44e20

Browse files
authored
Add smartbatt module specifications, and links to it
1 parent 725d160 commit 7d44e20

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/widsmartbatt/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Smart Battery Widget
2-
Shows battery in terms of days (21 days, 12 hours), and learns from your daily usage to give better estimations.
2+
Shows battery in terms of days (21 days, 12 hours), and uses the [`smartbatt`](https://banglejs.com/apps/?id=smartbatt) module to learn from daily battery drainage and provide accurate estimations.
33
This app was modified from `wid_a_battery_widget`, by @alainsaas
44

5-
When you install the app for the first time, or clear the data, the forecast will fluctate, and will not be reliable for a while. As it learns from your usage, it will keep learning, and provide better predictions.
6-
The app learns by averaging all the power draw whenever it needs to draw, and saves it to a json, averaging it with many others, providing an accurate prediction. The app gives the best forecast when you use the watch relatively similar per day.
5+
When you install this widget for the first time, or clear the data, it will also install the [`smartbatt`](https://banglejs.com/apps/?id=smartbatt) module as a dependency. As it learns your battery usage for the first time the forecast will fluctate, and will not be reliable for a while. As it compunds many drainage values together, it will keep learning, and provide better predictions.
6+
The module learns by averaging all the battery drainage over a period of time, and saves it to a json, averaging it with many others, providing an accurate prediction. The module gives the best forecast when you use the watch relatively similar per day.
77

88
Tap on the widget to show the battery percentage. It will go back to the days left after 3 seconds.
9-
## Settings
10-
* Clear Data - Clears the learned data. Useful when you change something fundamental that affects battery usage. (eg. New clock, turn on GPS daily, LCD backlight setting changes.)
9+
10+
When charging, only the percentage is shown.
1111
## Creator
1212
RKBoss6

0 commit comments

Comments
 (0)