<< thingspeak_plot bytecode_iot_module ts2sci >>

bytecode_iot_module >> bytecode_iot_module > thingspeak_update

thingspeak_update

Update a Thingspeak Channel

Syntax

entryID=thingspeak_update(apiWriteKey,datastruct)

Parameters

apiWriteKey :

Write API Key of the channel.

datastruct :

The data structure created using thingspeak_newentry

entryID :

The entry ID

Description

Updates a ThingSpeak channel using the data structure created by thingspeak_newentry.

Examples

new_entry = thingspeak_newentry("status","New update!","field1",20)
entry_update = thingspeak_update("writekey",new_entry)

See also

Authors


Report an issue
<< thingspeak_plot bytecode_iot_module ts2sci >>