Adafruit IO · Arazzo Workflow
Adafruit IO Group Feed Bootstrap
Version 1.0.0
Create a group, add a new feed inside it, then write a data point to that grouped feed.
View Spec
View on GitHub
IoTInternet of ThingsMQTTMakerHobbyistCircuitPythonArduinoESP32FeatherDashboardsTime SeriesArazzoWorkflows
Provider
Workflows
group-feed-bootstrap
Create a group, create a feed within it, and seed the grouped feed with data.
Provisions a group, then a feed inside that group, then writes a first data point addressed by both the group key and feed key.
1
createGroup
createGroup
Create the group that will contain the new feed.
2
createFeedInGroup
createGroupFeed
Create a new feed inside the group just created, addressed by the group key.
3
seedGroupFeed
createGroupFeedData
Write the first data point to the grouped feed, addressed by both the group key and the feed key.