Adafruit IO · Arazzo Workflow
Adafruit IO Provision Feed and Seed Data
Version 1.0.0
Create a feed, push an initial data point to it, then read the last value back.
View Spec
View on GitHub
IoTInternet of ThingsMQTTMakerHobbyistCircuitPythonArduinoESP32FeatherDashboardsTime SeriesArazzoWorkflows
Provider
Workflows
provision-feed-and-seed-data
Create a feed, write its first data point, and read the latest value back.
Provisions a brand new feed for the user, seeds it with an initial value, and confirms the feed is live by fetching the most recent data point.
1
createFeed
createFeed
Create a new feed for the user with the supplied name, optional key, and optional description.
2
seedData
createData
Write the initial data point to the newly created feed using its returned feed key.
3
readLast
lastData
Read the most recent data point from the feed to confirm the seed value was stored and the feed is live.