Hi,
i use the KWGT to show measured values from IoT devices, that stores the value on a broker with REST-API and that works fine.
But please can you add a touch action that performs a http-requests to send an action to the server without the use of tasker or similar workarounds.
I will need this feature very often for smart-home stuff.
Is it possible to implement such a feature within the next version of KWGT?
Thx.
Klaus
Example HTTP GET requests, where the response can be ignored:
<server>/thing/room1/lighton
<server>/thing/room1/light?value="on"
<server>/thing/room1/fan?value="off"
PS: if needed i can give access to a virtual house with lights to test this. But i do not want to publish the URIs here.