forked from nightscout/AndroidAPS
-
Notifications
You must be signed in to change notification settings - Fork 0
[UPSTREAM] Feature: Push HeartRate and StepCount to Nightscout API v3 #40
Copy link
Copy link
Open
Labels
Description
Upstream Reference
Feature Request
Sync heart rate and step count data from Wear app to Nightscout API v3. Author already has a working implementation in a fork.
Design (from author)
- Use polymorphic
entriescollection (APIv3) rather than new NS collection - Heart rate: max 1 reading/minute in 5-minute batches
- Steps: max 1 record per 5 minutes
- Database entities already exist:
HeartRateandStepsCounttables
Key Files
database/impl/— HeartRate and StepsCount entities already in Room DBcore/nssdk/— Nightscout API clientplugins/sync/— sync workerswear/— data collection from wearable
Action Items
- Review existing HeartRate/StepsCount entities
- Add NS v3 sync for these data types
- Add to DataSyncWorker upload pipeline
Reactions are currently unavailable