How to set multiple parameters in a single Http sending?

 

Hi Everyone,

Let's say I have 2 text parameter, can I set these 2 parameters in a single sending? 

I have to send twice to update them now.

Thanks very much!

<action type="ComposerSetPinValueAction" Module="Root" Pin="TextNo1" Value="7" />

<action type="ComposerSetPinValueAction" Module="Root" Pin="TextNo2" Value="2222" />
https://aximmetry.com/learn/tutorials/control-methods/external-control-of-aximmetry-via-http/

David

   David Hao

 
Profile Image
Eifert@Aximmetry
  -  

Hi David,

You can send one parameter with one send.

Can you elaborate on why do you want to change more pins with one send? This can help us with possible future implementations.

Warmest regards,

 
Profile Image
David Hao
  -  

The feature which enables us to set multiple parameters in one http send will strongly improve the efficiency compared to setting them one by one.

Can I expect to have this feature in the near future?


Thanks

David

 
Profile Image
Eifert@Aximmetry
  -  

Hi David,

In the next Aximmetry version release we are adding this feature.

Warmest regards,

 
Profile Image
David Hao
  -  

Great know that,

thanks very much!

 
Profile Image
Eifert@Aximmetry
  -  

Hi David,

The latest version Aximmetry (2021.4.0) added group action feature to the HTTP interface that allows sending multiple actions in a single HTTP request. You can find more information about it here: https://aximmetry.com/learn/tutorials/control-methods/external-control-of-aximmetry-via-http/#grouping-commands

Warmest regards,