carp-dk / carp-dk/carp.sensing-flutter
Create Gardener Sampling Package
- Dominant language
- Dart
- Stars
- 84
- Forks
- 31
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 6
Description
A sampling package that connects to a "Gardener Device".
- [ ] specify URL scheme @yuanchen233
* `https://localhost:8444/wearables/api/authorize/withings/userid?scopes=user.metrics,user.activity&deploymentId=deploymentId`
or
* `https://localhost:8444/wearables/api/authorize/withings/deployment?deploymentId=1234&deviceRoleName=FathersPhone`
Replace
* `localhost`
* `withings` with name of services
* `userId` with CARP Account Id
* `deploymentId`
- [ ] device role name is needed too
- [ ] don't need the scope is defined [here](https://developer.withings.com/developer-guide/v3/integration-guide/public-health-data-api/get-access/oauth-authorization-url) - use only `user.metrics,user.activity`
Define
- [ ] data types for Gardner data @bardram
- [ ] device role name @bardram
- [ ] needs to be a connected device @bardram
Device options
* `withings`
* `fitbit`
* `garmin`
* `dexcom`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.