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
this. function. should return the total steps for every day starting from the required start date, but this is. not the case.
it s returning total steps for every hour in the day,
any one have any idea?
The text was updated successfully, but these errors were encountered:
Add period=1440 minutes(24 hours) ,You will get steps count with 24 hours difference from start date to end date.
options = {
startDate,
endDate,
ascending: false,
limit: 10,
period: 1440,
unit: "Step(s)",
includeManuallyAdded: true,
};
i use getStepCount func but i dont want to manually added steps from health app. set parameter of includeManuallyAdded is false but doesnt changed result. example: device step count 50 manually added 5000 return 5050 count.
this. function. should return the total steps for every day starting from the required start date, but this is. not the case.
it s returning total steps for every hour in the day,
any one have any idea?
The text was updated successfully, but these errors were encountered: