[SOLVED] How can I send data to different variable at the same time using Intel Edison?

each time I send data to my temperature variable from my arduino code there is a significant delay. I added another variable and the delay is not bearable at all thus two time the delay time for one variable update.
An using this function

ubiclient.save_value(idvari, String(temperature));

I am wondering if the is a way I can update more that one variable with just one call of this functon.

hello @DannyGH could you tell me what board you are using?

Sorry for the late reply. I am using intel Edison with the arduino IDE.

Hi @DannyGH I’m not familiar with the Intel Edison networking through the Arduino IDE. In believe that case, the WiFi connection is already managed by the linux processor of the Edison, so the process should be simpler than using a regular Arduino WiFi shield. Can you please post your code?

Btw here’s a tutorial about Intel Edison, it reads the analog inputs directly from linux, no need for Arduino overhead: http://blog.ubidots.com/logging-sensor-data-using-intel-edison-and-python