Hi, is there any way I can disable button on certain virtual pin in Blynk ? I am working with blynk-library-python on Raspberry pi.
set_property(pin, “color”, “red”) - WOKRS
set_property(pin, “enabled”, “false”) - DOESNT WORK
set_property(pin, “disabled”, “true”) - DOESNT WORK