Hello all, Im looking to send "PUT" commands as supported by the Blynk Arduino APP
From some online searches the following command works for IFTTT however id like to execute this command directly from a HS Script if possible and avoid IFTTT.
How can I format this to a Script that HS will recognized. Ive tried several examples i found but none work .
URL : http://192.168.1.15:8080/your_token/pin/V4
METHOD : PUT
CONTENT TYPE : application/json
BODY : ["1"]
Thank you
From some online searches the following command works for IFTTT however id like to execute this command directly from a HS Script if possible and avoid IFTTT.
How can I format this to a Script that HS will recognized. Ive tried several examples i found but none work .
URL : http://192.168.1.15:8080/your_token/pin/V4
METHOD : PUT
CONTENT TYPE : application/json
BODY : ["1"]
Thank you
Comment