01-17-2018 11:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-17-2018 11:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Is it possible to change the timeout of a clockface? I mean keeping the display on longer than default?

01-17-2018 11:37 - edited 01-17-2018 11:39
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
01-17-2018 11:37 - edited 01-17-2018 11:39
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Docs here: https://dev.fitbit.com/build/reference/device-api/display/
You could hook up to the onchange event.
Set a timer to poke() to extend the timeout maybe? Not tested it but at least a thought ....

01-17-2018 11:40 - edited 01-17-2018 11:41
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-17-2018 11:40 - edited 01-17-2018 11:41
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Maybe possible with: https://dev.fitbit.com/build/reference/device-api/display/ and an timer?
Edit: to slow 😞

01-17-2018 12:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-17-2018 12:16
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Does display.autoOff not work for watch faces? I've used it successfully in an app.
Gondwana Software

01-17-2018 15:41
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-17-2018 15:41
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@Gondwana wrote:
Does display.autoOff not work for watch faces? I've used it successfully in an app.
The only differences with apps and clocks are:
1. Clocks cannot use buttons.
2. You can only have 1 clock installed.
Everything else is the same.

