Hi all.
I’m trying to implement reading and writing data from a server virtual pin, but I can’t find examples of how to do it.
All I see are examples from two years ago in the library blynk-library-python/examples at master · vshymanskyy/blynk-library-python · GitHub. Those examples that are, do not help and it seems that they do not work. Nevertheless, sending data to the server is successful - I use virtual_write(), but I can’t read data from the pin. Intuitively, it seems to me that there must be some kind of mechanism, but I cannot find it.
python3.10
blynk-library-python==0.2.0
22.04.1 - Ubuntu
I would like to see the actual documentation on the data reading mechanism for python3.10, well, or a fresh library that supports the functionality. Is it possible that you have a REST API and can work directly? Didn’t find any documentation.