Search found 2 matches

by mikel
29 Jan 2023, 19:32
Forum: ESP Easy: General Discussion
Topic: Solved: 8 push buttons should send 8 different HTTP REST API calls
Replies: 3
Views: 1028

Re: 8 push buttons should send 8 different HTTP REST API calls

Thanks a lot! This is working very well.

I had never worked with the "rules" before.
Powerful tool.
Everything works fine in my test environment.

Regards
Mike
by mikel
29 Jan 2023, 11:08
Forum: ESP Easy: General Discussion
Topic: Solved: 8 push buttons should send 8 different HTTP REST API calls
Replies: 3
Views: 1028

Solved: 8 push buttons should send 8 different HTTP REST API calls

Hi, is this possible? More detailed explanation: I have 8 small buttons, these should directly control 8 devices. Ex: - Button 1 pressed should send http://ipaddress:8087/set/device.1?value=true - Button 2 pressed should send http://ipaddress:8087/toggle/device.2 My steps: - I flashed on an ESP32 me...