BlynkLib.py - disable button

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

Library version?

Pete.

The version is V0.2.0.

That’s the version to use if you have your own legacy local server. Otherwise you should be using version 1.0

That version isn’t available as a bundled release, you need to copy the latest files from the GitHub page.

Pete.