bridge_token.setProperty()

currently properties can only be set with the Blynk.setProperty() function, which means that if you have widgets that are connected to multiple devices you have to add this code to the code for each device separately.
It would be great if its possible to use the bridge function for that.

In my particular case it concerns the colors of the widgets. Most (56) of them are sent from one device, but 7 values come from 7 different devices, it would be nice if I could set them all 63 from one device. I can imagine more uses, but this is one of them.