Adafruit IO integration (Data, Developer Tools). Imported from open-connector.
https://io.adafruit.com/api/v2/user
/{username}/feeds
| Param | Type | Required | Description |
|---|---|---|---|
| username | string | required | The Adafruit IO username. Defaults to the connected account username. |
/{username}/feeds/{feedKey}
| Param | Type | Required | Description |
|---|---|---|---|
| username | string | required | The Adafruit IO username. Defaults to the connected account username. |
| feedKey | string | required | The Adafruit IO feed key. |
/{username}/feeds/{feedKey}/data
| Param | Type | Required | Description |
|---|---|---|---|
| username | string | required | The Adafruit IO username. Defaults to the connected account username. |
| feedKey | string | required | The Adafruit IO feed key. |
| startTime | string | optional | Return records created after this timestamp. |
| endTime | string | optional | Return records created before this timestamp. |
| limit | integer | optional | The maximum number of data records to return. |
| include | array | optional | The data fields to include in each returned record. |