Hi
I have a Dimmer 2 controlling a light.
In addition I have a Shelly 1 at a different location.
I'm using a single push button on both devices.
When I long press on the Dimmer 2 than the brightness goes up or down depending on the current state.
Now I would like to simulate the same alternating dimming behavior using the API request so that I can control it from the Shelly 1.
Currently a short press on the Shelly 1 executes the action http://192.168.0.110/light/0?turn=toggle
(192.168.0.110 is the Dimmer 2)
This works well.
But how do I execute a long press action using the API so that the dimming is alternating (down or up) like when long pressing the button on the Dimmer 2 itself?
Thanks!