Is ist possible to Send multiple Pin/Value Pairs in one operation?
To Update 100 Pin/Vale pairs i need a minimum of 10 Seconds, because
of your maximum of 10 sends a second.
From my point of view it is more handy to transmit all Pin/Value pairs in
one Command.
Is it possible?
If not, how can i handle mass Pin/Value Data?
Virtual pins accept multiple values. However we have no widget that shows those multiple values.
Blynk.virtualWrite(V1, 1, 2, 3, 4, 5);
But all the Values are for V1, or not?
@Easygo25 yes.
@vshymanskyy you was working on some batches?
It is possible to send multiple values to 1 vPin, writing a values to multiple pins is not supported.