Hi,
I’m trying to build a simple integration with link-tap. It has an open API as an example I can control the device through the following post.
How would I go about executing this on a switch on? I looked at the custom http momentary switch device, although POST is an available option, how would I configure the parameters?
Many Thanks,
D
curl -d "username=YourUsername&apiKey=YourApiKey&gatewayId=YourGatewayId&taplinkerId=YourTaplinkerId&action=true&duration=20&eco=true&ecoOn=1&ecoOff=2" -X POST https://www.link-tap.com/api/activateInstantMode