You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
withings_get_body refuses a metrics name it cannot report, instead of stripping every value out of the reply. A typo returned one entry per measurement group carrying nothing but a date, which reads as measurements that happened and hold nothing rather than as a filter that could not be used. The refusal names the value it could not use and every metric name it accepts. Three of those (height_m, body_temperature_c, pulse_wave_velocity) have no column in the cache, so they are answered live only.
A measurement group that recorded none of the metrics you asked for is left out, rather than returned as a bare date.
withings_get_workouts refuses a category matching none of the workout types Withings reports, instead of answering with no workouts at all, which reads as a period you did not train in. The refusal names the categories your own cache holds, since those are the ones you can act on, and the tool's description lists every category for the times you want one you have not recorded yet.
Changed
metrics="" and category="" are refused rather than read as no filter at all. Both previously returned everything, which answers a narrower question than the one asked.