Hi there. Not sure wether this is an issue, or not, but here is the case:
I have arduino uno r3 connected to PC with USB. Phone app and API requests works fine, in case both blynk app and phone screen is on. But when I trying to read pin with API without app, it returns the last value.
API URL looks like this: http://blynk-cloud.com:8080/token/get/D4
[PhoneScreen = on]
ButtonPressed => api returns [β1β]
ButtonNotPressed => api returns [β0β]
ButtonPressed => api returns [β1β]
[PhoneScreen = off]
ButtonPressed => api returns [β1β]
ButtonNotPressed => api returns [β1β]
ButtonPressed => api returns [β1β]
Is this by design, or some kind of glitch?