Hello,
can anyone give me a hint how I can set a tumbler element to a chosen index/value?
Thanks in advance
Capitano
Answered! Go to the Best Answer.
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.
You can just set the value property to the required index.
tumbler.value = 0; // select first element
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.