What’s new :
-
Added new widget Webhook.
-
Few crash fixes.
@Dmitriy Can you give a quick example of what I would fill out the below (IFTTT Maker Channel) to create say… a simple button widget trigger on pin V1? (Is this actually possible?)
"To trigger an Event
Make a POST or GET web request to:
https://maker.ifttt.com/trigger/{event}/with/key/blah123
With an optional JSON body of:
{ “value1” : “”, “value2” : “”, “value3” : “” }
The data is completely optional, and you can also pass value1, value2, and value3 as query parameters or form variables. This content will be passed on to the Action in your Recipe.
You can also try it with curl from a command line."
curl -X POST https://maker.ifttt.com/trigger/{event}/with/key/blah123
From doc :
You can also trigger webhook from application side in case control widget assigned to same pin as webhook (will be available from 0.18.1 server version).
Version 0.18.1 is not yet released. However feature is already implemented there.
All these updates makes me want to buy an Android! lol
You bloody legend!
EDIT: omg you wouldnt believe it… i added a table widget to my project in Droid4X and then went to the project on my iOS iphone AND THE TABLE IS THERE!!!
Its not available to add as a new widget but i have all the options available inside the widget! Feel like ive hacked it or something lol
I’ve just notice minor issue on this version. Labeled Value Widget M is longer then L
Thank you for reporting. Already fixed.
@Dmitriy you show methods of GET, POST and PUT. I believe normally sending data to a webservice would be done with a POST or PUT but thingspeak have their own rules and use GET.
Is your Webhook widget set up to do a true GET i.e. obtain data from a webservice and use it in the sketch?
If it is, what is the variable that we need to parse?