Hi, we're using a feature in WatchFace:
onPartialUpdate (dc) function {
This feature renders my data regularly, but it drains the battery a lot. Is there any way to modify or call the onPartialUpdate (dc) {function in about 10 seconds?
Thank you
Hi, we're using a feature in WatchFace:
onPartialUpdate (dc) function {
This feature renders my data regularly, but it drains the battery a lot. Is there any way to modify or call the onPartialUpdate (dc) {function in about 10 seconds?
Thank you
If you use "file>watchface diagnostics" in the sim when in low power, wht do you see for the total?
Here's one of mine. under 10ms avg:

What you can do in onPartialUpdate(), just return if the seconds aren't a multiple of 10, but I also think that will look odd.
You're missing a } on line 4.
You also don't seem to understand how onPartialUpdare is used. By doing the WatchUI.requestUpdate, I can see why your battery drains. In onPartialUpdate, you want to set a clip regions and then only update that part of the screen
See https://forums.garmin.com/developer/connect-iq/f/discussion/5156/1hz-watch-faces---q-a