Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Interval Workout time is messed up

Replies are disabled for this topic. Start a new one or visit our Help Center.

Charge 4 on Android 11.

The time for work and rest used to work fine out of the box. But in the app when you looked in to the exercise section Rest and Move where interchanged. 
Then when I changed the same settings from the Website, everything messed up, now the app does not show a Work input, it's two rests, and move always shows as 0:00 on the watch.

https://ibb.co/r083Pwq

https://ibb.co/7gZ68Xy

https://ibb.co/YX7jJ1C

https://ibb.co/1rMYtvy

 

This all looks like some beginner programmer error; switched up rest and move and website not synced to the watch settings properly, did not expect such issues to be present.

Best Answer
0 Votes
2 REPLIES 2

More info, if I have 5 exercises configured in the watch, and I update the value from the website, a new interval workout entry is created with Rest where it should be Work. 

Best Answer
0 Votes

Figured out the issue in the website, when saving the data both "Rest" and "Work" inputs are being sent with the same id.

 

Relevant part data sent:

{"exerciseId":5,"gpsOn":false,"intervalSettings":{"intervals":[{"durationSeconds":62,"id":1},{"durationSeconds":20,"id":1}],"numRepeats":3}}

both durationSeconds are with id 1, the first one here should have id 2.

Similar issue must be present in the app which switches up rest work in display.

I got this working for now by sending the correct api request directly.


Get someone to fix this trivial issue please it has existed long enough.

Best Answer