Adafruit IO · Arazzo Workflow
Adafruit IO Create and Verify Trigger
Version 1.0.0
Create a reactive trigger for the user, then read it back to confirm it exists.
View Spec
View on GitHub
IoTInternet of ThingsMQTTMakerHobbyistCircuitPythonArduinoESP32FeatherDashboardsTime SeriesArazzoWorkflows
Provider
Workflows
create-and-verify-trigger
Create a trigger and read it back by its id.
Registers a new trigger for the user, then fetches it by id to verify the creation succeeded.
1
createTrigger
createTrigger
Create a new trigger for the user with the supplied name.
2
verifyTrigger
getTrigger
Read the trigger back by its id to confirm it was registered.