Remote Control API's - Digital Twins

Hello everyone,

Anyone who uses or has used the “Remote Control” and “Remote Control Web Interface” Plugins to clarify some doubts?

I’m trying to control some actors in the scene, when receiving certain payloads from a real device.

example:

{“Light”: True}
Then the light is turned on, on scene… streaming with the real device, a digital twins method.

I tried to use these API’s but it was not possible to access the routes to send these types of payloads from real devices.

The API’s WebSocket route is a bit confusing and I was not able to access this tunnel at all to manipulate it.

If you have been through this type of situation and were successful, please share.

Does anyone know another IoT method to receive payloads from real devices to UnrealEngine and take actions from requests?