fire-alert
Running
❗ Remember to setup transform-hub locally or use the platform's environment for the sequence deployment.
Open two terminals and run the following commands:
# go to 'seq-fire-alert' directory
cd python/seq-fire-alert
# build
npm run build
If you run this sample on Self Hosted Hub, please start it with process adapter option:
DEVELOPMENT=1 sth --runtime-adapter=process
Once you've built it, you need to deploy it.
si seq deploy dist
Now you should be able to see on the parameters on topic "fire":
si topic get pi
Check out the source on GitHub