Hi all,
I like to press a button via a http post request from tasker (Android app) on my phone. I am not able to figure out how to do that.
I have already realized a http patch like following for something else.
URL:
http://$user:$pwd@$addr/api/variables/$variable
BODY
{ "type": "value", "valueOrExpression": "$somevalue" }
For a button I know:
URL:
http://$user:$pwd@$addr/api/devices/$deviceID
But what about the BODY?