09-26-2019 13:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Jogger
1
0
0
09-26-2019 13:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Is it possible to set simulator values in code?
Looking to simulate things like battery values changing over time, simulate heartbeat values, etc?
1 REPLY 1
10-03-2019 14:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


Fitbit Developer
2266
575
1162
10-03-2019 14:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Heart rate is randomized, and there is a control to adjust the battery level, but those can't be manipulated in code.
You can however just write your own wrappers around the Fitbit APIs and simulate whatever values you want instead of the values provided directly by the APIs.

