ReadLastEntry Op
This op is deprecated!
It will not receive any updatesReads 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
Full Name
- Ops.Extension.Deprecated.ReadLastEntry
- Extension Op - Visible to all users
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
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
OUTPUT PORTS
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
Patches using ReadLastEntry
Changelog
Ops.Api.ThingSpeak.ReadLastEntry renamed to Ops.Deprecated.Api.ThingSpeak.ReadLastEntry |