Zoom Room: Room Controls, http post from json codes

Hi there,

Could someone please let me know if is there a way to send HTTP POST REST API commands from In Control through json codes, as we can send TCP commands ??

We know this below is possible !

{
“model”: “GenericNetworkAdapter”,
“ip”: “tcp://10.100.87.99:4998”,
“ports”: [{
“id”: “generic_curtain”,
“name”: “Curtain”,
“methods”:[
{
“id”: “power”,
“name”: “Power”,
“command”: “setstate,1:3,%\r”,
“params”: [
{“id”:“on”, “name”:“Open”, “value”:“1”},
{“id”:“off”, “name”:“Close”, “value”:“0”}],
“type”: “actions”
}
]
}]
}

I would like to do some like below , is there a way ???

{
“model”: “GenericNetworkAdapter”,
“ip”: “http://10.100.87.99:8080”,
“ports”: [{
“id”: “generic_switch”,
“name”: “Switch”,
“methods”:[
{
“id”: “light”,
“name”: “Light”,
“command”: (“deviceid”: “100000140e”,“data”: {“switch”: “%\r”})
“params”: [
{“id”:“on”, “name”:“On”, “value”:“1”},
{“id”:“off”, “name”:“Off”, “value”:“0”}],
“type”: “actions”
}
]
}]
}

Thanks in advance.

Hey @joseanio,

You can see the list of available Zoom Room APIs here:

Thanks,
Tommy

@Tommy, thank you very much by your answer.

But, I already searched in the Zoom API the commands and sample about json Zoom Controls code to control a controlable device through http put commands, and I do not found.

My request is, someone have any json sample for Zoom Controls, about controlable device through http put commands ??

Hey @joseanio,

If you do not see the functionality you are looking for, please provide a feature request here: #feature-requests :slight_smile:

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.