Run your automation to see it appear here in real time.
from friedegg import monitor
monitor.start("My workflow")
monitor.step("Step one", description="What this step does")
monitor.step("Step two")
monitor.done()
See your automations glow.
Run your automation to see it appear here in real time.
from friedegg import monitor
monitor.start("My workflow")
monitor.step("Step one", description="What this step does")
monitor.step("Step two")
monitor.done()