Adafruit IO · Arazzo Workflow
Adafruit IO Build Dashboard with Block
Version 1.0.0
Create a dashboard, add a visualization block to it, then read the block back.
View Spec
View on GitHub
IoTInternet of ThingsMQTTMakerHobbyistCircuitPythonArduinoESP32FeatherDashboardsTime SeriesArazzoWorkflows
Provider
Workflows
build-dashboard-with-block
Create a dashboard, add a block to it, and read the block back.
Provisions a dashboard, creates a visualization block on it bound to a feed, and fetches the block to verify placement.
1
createDashboard
createDashboard
Create the dashboard that will hold the visualization block.
2
addBlock
createBlock
Create a block on the dashboard, binding it to the supplied feed id and using the requested visualization type.
3
readBlock
getBlock
Read the block back from the dashboard to confirm it was created and placed.