LabfrontLoader is only providing a load_garmin_device_step function, but it should provide a more generic load_steps function that provides steps data either from Garmin Health API (using epochs) or Garmin SDK.
[ ] Add load_stepsfunction with source as parameter ( health_api or sdk)
[ ] Add documentation on the format of the steps metrics
LabfrontLoader is only providing a
load_garmin_device_step
function, but it should provide a more genericload_steps
function that provides steps data either from Garmin Health API (using epochs) or Garmin SDK.load_steps
function with source as parameter (health_api
orsdk
)steps
metrics