Gunner
5
And the Python method…
I believe there is also an in-script method, I recently saw someone use it… but I haven’t found it yet…
EDIT - OK this might work… untested (unneeded as I have already edited my Python library).
import BlynkLib
BLYNK_AUTH = 'xxxxxxxxxxxxxxxxxxxxxxxxxxx'
blynk = BlynkLib.Blynk(BLYNK_AUTH, '192.xxx.x.xx', 8080)