When the "on" button is pressed the PSU should turn on. When the "off" button is pressed the PSU should shut off. When the Versa gets the "Power Ok" signal it will display "Power Ok" in my app. What should I add to the PSU and the Versa so both can communicate?
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.
The smartwatch cannot directly communicate with any devices. You might be able to configure your router to use Wake-on-Lan to turn it on, and just use the sleep facility of the computer to put it to sleep when inactive.
Best AnswerI need something to pull PS_ON low when the Versa sends the "on" command, and release PS_ON when the Versa sends the "off" command @JonFitbit .
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.
It's not something that can be done directly with the Fitbit SDK. You can communicate with a local webserver via fetch() or WebSockets only.
Best Answer