Hello,
I would like to know if is posible for a camera to send a curl command something like this.
Thank you!
curl -X POST https://domain.com/device/relay/control -d “channel=0&turn=off&id=**device_ID&auth_key=token_ID”
Hello,
I would like to know if is posible for a camera to send a curl command something like this.
Thank you!
curl -X POST https://domain.com/device/relay/control -d “channel=0&turn=off&id=**device_ID&auth_key=token_ID”
Update. I had to create a separated script on my server to receive the request from the Mobotix camera and forward that request to my end device.