Set property widget

Update Widget or Datastream Property with HTTP API:

https://blynk.cloud/external/api/update/property?token=ffujYGgbf805tgsf&pin=v1&isDisabled=true

Whether widget availability can be set via sketch? The following code does not work

Blynk.setProperty(V11, "isDisabled", "true");

Please help?

In the API you have v1 but in the firmware, you use V11. Maybe that’s a bug?

I’m Sorry! Code is Work!

Yes! Thanks =)))