01-17-2018 11:24
01-17-2018 11:24
Is it possible to change the timeout of a clockface? I mean keeping the display on longer than default?
Best Answer01-17-2018 11:37 - edited 01-17-2018 11:39
01-17-2018 11:37 - edited 01-17-2018 11:39
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 ....
Best Answer01-17-2018 11:40 - edited 01-17-2018 11:41
01-17-2018 11:40 - edited 01-17-2018 11:41
Maybe possible with: https://dev.fitbit.com/build/reference/device-api/display/ and an timer?
Edit: to slow 😞
Best Answer01-17-2018 12:16
Gold Fitbit Product Experts share support knowledge on the forums and advocate for the betterment of Fitbit products and services. Learn more
01-17-2018 12:16
Does display.autoOff not work for watch faces? I've used it successfully in an app.
Best Answer01-17-2018 15:41
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
01-17-2018 15:41
@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.
Best Answer