Adafruit IO · Arazzo Workflow
Adafruit IO Group Multi-Feed Publish
Version 1.0.0
Publish values to several feeds in a group at once, then read one feed's data back.
View Spec
View on GitHub
IoTInternet of ThingsMQTTMakerHobbyistCircuitPythonArduinoESP32FeatherDashboardsTime SeriesArazzoWorkflows
Provider
Workflows
group-multifeed-publish
Write data to multiple feeds in a group in one call, then verify one feed.
Publishes an array of key/value records across the feeds of a group in a single group data call, then reads back the recent data for one feed in the group to confirm.
1
publishGroupData
createGroupData
Write the array of feed values to the group in a single request, including the optional shared location.
2
verifyFeedData
allGroupFeedData
Read recent data for one feed in the group to confirm the group publish reached that feed.