OpenGarage Forums OpenGarage Firmware IFTTT through Blynk Reply To: IFTTT through Blynk

#2325

govardha
Participant

For anybody that stumbles onto this, please look at the link below to debug. Hope this ends up being useful.

https://blynkapi.docs.apiary.io/#reference/0/write-pin-value-via-put/write-pin-value-via-put?console=1

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" ]