You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matthew Scoville edited this page Sep 13, 2020
·
3 revisions
This is a simple example to fire a script every night at 5:15pm.
""" Time test script """ @time_trigger("once(17:15:00)") def time_trigger_test(): """Trigger at 5:15pm every test example using pyscript.""" log.info(f"Time Trigger test:")