New Android Release 1.15.1

What’s new :

  1. Added new widget Webhook.

  2. Few crash fixes.

7 Likes

@gusgonnet @billstein @scropion86 FYI

1 Like

@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.

@zeeko should work now. Did you try webhook already?

All these updates makes me want to buy an Android! lol

2 Likes

They are available for free here.

1 Like

You bloody legend! :smiley:

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!!! :open_mouth:

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

1 Like

I’ve just notice minor issue on this version. Labeled Value Widget M is longer then L :smile:

1 Like

Thank you for reporting. Already fixed.

1 Like

@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?

@Costas this is not yet implemented. Task - https://github.com/blynkkk/blynk-server/issues/311