Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Clock face timeout

Is it possible to change the timeout of a clockface? I mean keeping the display on longer than default?

Best Answer
0 Votes
4 REPLIES 4

@paperinik

 

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 Answer
0 Votes

Maybe possible with: https://dev.fitbit.com/build/reference/device-api/display/ and an timer?

Edit: to slow 😞

Fitbit Ionic, Nokia 7 plus
Best Answer
0 Votes

Does display.autoOff not work for watch faces? I've used it successfully in an app.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

@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
0 Votes