I'm using a Dashboard app which is using Maker API to execute all commands. I discussed with the author and we have some questions. On a device, i have a command that requires 3 parameters. Is Maker API has a way to send 3 commands with 1 API request ?
Yes, just separate the parameters with commas, something like:
<URL>/apps/api/<appID>/devices/<deviceID>/commandName/param1,param2,param3?access_token=<access_token>
5 Likes
Thank you, I'll make some tests this weekend.
I did some tests and you're right ! Thank you again !
I did many tests and you were right, MakerAPI works fine with many parameters inside one request using comma to separate them.
Thank you very much.
1 Like