The function sends the data to the ThingSpeak channel. The data is added to field 1 of the channel.
Table of Contents
ts.senddatatocloud()
Function Definition: ts.senddatatocloud(data = 100)
- Python Library: Internet of Things (IoT)
- Library Import: iot = InternetOfThings()
- Mode: Stage Mode, Upload Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
data | int | The data to be sent to Thingspeak channel. | Integer | 100 |
Description
Example
There are no examples documented for this article.