Connection Error with Zoom Room Controls

Connection Error with Zoom Room Controls

Hello, I am trying to automate a Zoom Room using the Controls with a Sonoff device. This device works through HTTP requests.

Inside the Controls, I have a connection to the device, but the commands are not working. After triggering any command, the device does not respond.
Interaction Command with Sonoff:
http:///cm?cmnd=Power%20On
http:///cm?cmnd=Power%20Off

Zoom Room Controls JSON encoding:

I developed an application in ReactNative to test using the same JSON structure that Zoom uses, and it worked fine. However, with the same configuration inside the Zoom Room, it does not work as expected.
Image of the logic in the ReactNative application:

I have read the complete documentation for both Zoom Room Controls and the Sonoff device. I believe the issue might be related to some limitation on Zoom’s side.

Can someone assist me with this?