Openhab+Switch send signal to espeasy device. (Openhab/MQTT/espeasy)

Hello,

I am trying to send an ON/OFF Signal from openhab to my espeasy device.
http://192.168.0.11/control?cmd=gpio,13,1 (ON)
http://192.168.0.11/control?cmd=gpio,13,0 (OFF)
The MQTT Broker is working correctly and I receive Signals from the esp without problems

I need some suggestions.
Thanks for you help!

Those are commands that you send through a URL, known as GET.

Use the HTTP binding.

Thank you!!!

Is there not a way to send commands via MQTT also?
https://www.letscontrolit.com/forum/viewtopic.php?t=7489