How to set the frequency of BLYNK_WRITE()?

hello!

it is possible to set the frequency of BLYNK_WRITE() for a specific virtual pin?
i have read through the forum regarding this topic, but didn’t find an answer. this was the closest:

however, in my case the “corresponding widget” is not a slider or button. it is the gravity sensor widget (gyro sensor in the phone). it seems to me that it’s value is refreshed with a high frequency (tested with serial printing the gyro values). i would like to read this sensor for say every 2 seconds.

thanks!

@pavel, possibly need to add frequency to widget settings

1 Like

yup. for sensors widgets, which transmits values without user interaction.

and for the webhook too :slight_smile: