OpenGarage › Forums › OpenGarage Firmware › IFTTT through Blynk › Reply To: IFTTT through Blynk
June 29, 2020 at 12:57 pm
#2325
govardha
Participant
For anybody that stumbles onto this, please look at the link below to debug. Hope this ends up being useful.
I finally ended up getting this to work via curl
curl -H "Content-Type: application/json" --data @msg.json -X PUT "http://blynk-cloud.com/<my blynk key>/update/V1"
msg.json is a file which looks like this [ "1" ]