Controlling blynk nodes from a command line

Server already supports reading.

I’m able to write a digital pin but when I try to read a digital pin the script hangs for 15 seconds and then respond with “Data read timeout”.

When I try to run the script using the following:

blynk_ctrl.py --token=2*********************8018c -dr 3

I get a response of “0” regardless of whether the pin is reading high or low. I also noticed that if I am looking at the app on my phone when the script is ran, I see a “device is offline” message briefly displayed at the top. Any ideas?