Clear virtualWrite value every 5 sec?

Hi all. how to clean the Blynk.virtualWrite value every 5 sec ?
my code is Blynk.virtualWrite(V16, message); I want clear this value every 5 sec

thanks

You mean the value stored on server when hardware is offline?? If so, I’m not sure if it is possible. But if you want to “reset” value from WORKING hardware, then I think writing an empty string (or NULL?) with virtualWrite should work. Yet I never tried that.

No. like the lcd.clear(); but how to for virtualWrite ?

Have you tried writing an empty string “” ?

Pete.

3 Likes

Thats helped thanks

1 Like