The function reports the selected field data from the last read request from ThingSpeak.
Table of Contents
ts.getdatafromfield()
Function Definition: ts.getdatafromfield(field = 1)
- Python Library: Internet of Things (IoT)
- Library Import: iot = InternetOfThings()
- Mode: Stage Mode, Upload Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
field | int | The field of the Thingspeak. | 1-8 | 1 |
Description
Example
There are no examples documented for this article.