i.e. I basically want to batch send Blynk.virtualWrite() commands say once a day that contains data values I collected per hour from my local sensor on the device. Therefore I want to tell Blynk server the time stamp of the message so it saves it and displays it in Supergraph appropriately.
e.g. a command like Blynk.virtualWrite(V1, value, timestamp);
would be ideal.
Is there anyway of doing this ? or perhaps something I should put in the roadmap wishlist