Reads the last entry from a channel from ThingSpeak
summary (oneliner)
ThingSpeak is a cloud-service to store e.g. sensor data from a microcontroller like Arduino.
Check out the API-documentation
doc
issues
youtube id
caniuse query
collections
Inputs
Read (Trigger)
Reads the last value from ThingSpeak
Channel ID (String)
The ID of the channel you want to read data from
Read API Key (String)
Put in your read API key here
Outputs
When Finished (Trigger)
Triggered when the read-command finished and the API sent some data back
Last Entry (Object)
The last entry from your ThingSpeak channel
Success (Number)
Whether or not the call was successful