Hello,
I wonder if there is any way to send Multiple Datastreams Simultaneously using Arduino IDE and ESP32.
I want to update 10 Datastream all together instead of sending one by one.
Thanks
Hello,
I wonder if there is any way to send Multiple Datastreams Simultaneously using Arduino IDE and ESP32.
I want to update 10 Datastream all together instead of sending one by one.
Thanks
I guess you could use the “update multiple datastreams” or “batch update of datastreams” HTTP(S) API, but that’s a bit messy from within a C++ sketch
Pete.
Yes, I saw this possibility in the documentaion but there is no any example, do you have any useful link
?
Thanks