02-27-2022
11:14
- last edited on
12-14-2022
15:30
by
MatthewFitbit
02-27-2022
11:14
- last edited on
12-14-2022
15:30
by
MatthewFitbit
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.
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.
02-27-2022 11:20
02-27-2022 11:20
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.
02-27-2022 11:46
02-27-2022 11:46
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.