Hello !
As I understand it, when querying GET on /project (using local server), I receive a key called “isActive” and for me, it means the project is currently connected or not.
But apparently, I can make GET/PUT requests, the project still shows “isActive:false”. Is it a bug? The goal is just to monitor if the project is connected or not to Blynk local server.
Thank you
Hello. isActive means either “Play” button is pressed or not. Could you please describe what exactly you are trying to achieve?
Oh… Ok thank you. Would it be possible to add a key to know if the project is online?
For instance, I’m in Congo (Central Africa), we often have power breaks, power generator but sometimes the computer I’m using (Arduino on USB) doesn’t restart and the project can’t be checked.
I think it would be better just to add one more HTTP method. Some like GET token/isConnected
. Will this work for you?
Oh very nice! Thanks for being that fast !