Read data stored in a ThingSpeak channel
reads the most recent data from all fields of the specified public channel on ThingSpeak.com and returns the data as a
numeric type.data
= thingSpeakRead(channelID
)
uses additional options specified by one or more
data
= thingSpeakRead(channelID
,Name,Value
)Name
,Value
pair arguments. To read nonnumeric
data, you must specify the ‘OutputFormat
’.
[
also returns timestamps from the specified channel on ThingSpeak.com and can include any of the
input arguments in previous syntaxes.data
,timestamps
]
= thingSpeakRead(___)
[
also returns channel information.data
,timestamps
,channelInfo
]
= thingSpeakRead(___)