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 AnswerMaybe possible with: https://dev.fitbit.com/build/reference/device-api/display/ and an timer?
Edit: to slow 😞
Best AnswerDoes display.autoOff not work for watch faces? I've used it successfully in an app.
Best Answer
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.
@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