<< strtom Trity IOT Module thingspeak_convertdate >>

Trity IOT Module >> Trity IOT Module > thingspeak_channelinfo

thingspeak_channelinfo

Get Thingspeak Channel Information

Calling Sequence

channel_info= thingspeak_channelinfo(channelID,privacy,apiWriteKey,apiReadKey)

Parameters

channelID :

channel ID in ThingSpeak

privacy :

Specify whether the channel is 'public' or 'private'

apiWriteKey :

Write API Key of the channel

apiReadKey :

Read API Key of the channel.

channel_info :

Channel information

Description

This is to display the information of the channel in the thingspeak cloud.

Examples

channel = 34896;
key = "ACDXWS1NENIBV85Q";
channel_info= thingspeak_channelinfo(channel,"private",key,key)

See also

Authors


Report an issue
<< strtom Trity IOT Module thingspeak_convertdate >>