mobotix
Good morning,
I should send an API notification to a Mobotix camera and ask you for help
I have to send this TCP string
http://192.168.30.22/control/control?set§ion=settings&armcond_ac1_source=disable
I used the HTTP connector and I am connected with the camera.
I don't understand how I have to set the Comand object


Hey,
You can use the last part of the command in the command string editor text window: /control/control?set§ion=settings&armcond_ac1_source=disable Or you can also change the last part to /control/control?set§ion=settings&armcond_ac1_source=%0 and add its string value to the properties then you can change the command value with a program.