I'm having problems triggering the UDP event from Javascript.
I have enabled the local server and setup the presentation so it handles an UDP event (<any> value).
When I send a UDP packet manually (via Packet Sender) everything works, but when I try to trigger it by a POST request to http://localhost:8080/SendUDP with a object {key: 'SendUDP', value: 'click'} it gets a 200 response but nothing happens.
I have tried triggering it from a laptop on a local network (via Postman), and the same thing happens. I get 200, but nothing happens on the device.
Where's the catch?