[SOLVED] HTTP Binding rule for Arduino

Hi comm,

it’s me again with another short question :slight_smile:

Would it be possible to connect with the HTTP-Binding to a Ardunio with a webservice running?

Background: I have two Arduinos running a webservice where I can switch two different things with.
They both except something like http:///on or off and both answer with the current state of the device when the url http:///getState is called.

I know I could use MQTT but maybe there is a way to use the HTTP-binding because this way I do not need to rewrite a bunch of code :slight_smile:

Thanks in advance :slight_smile:

Look for the http action in the main documentation

thx, that is exactly what I was looking for :slight_smile: