***EDIT
I’m now using the API in the device /v1/device
and i’m getting some relevant fields, and i have a question about them:
“update_pending”:false,“update_failed”:false,“update_downloaded”:false,“status”:“Idle”,“download_progress”:null}
Are this parameters are global? or per service? in order to understand if there is an upload pending, do i need to question all the services or is it enough 1?
@mtoman
Is there a way i can mimic the behavior of the dashboard?
what i want to achieve on my app is starting to blink some LEDS on my device, the same time that on the dashboard i can see the “Downloading” phase in the services.
And stop the LEDS once it finished downloading and installing.
Is that possible? whats the best practice for that?
Daniel