Blynk change properties of GPIO

101 Views Asked by At

I have a small problem with the python library of BLYNK: I need to set the properties of an appbutton with

blynk.set_property("G20", "offBackColor", "#000000")

It only works with

blynk.set_property("20", "offBackColor""#000000") 

with a virtual pin. I followed some tutorials from github, pypi and their own tutorials but nothing worked.

I use Python3 and a raspberry pi 4

0

There are 0 best solutions below