Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit c7263b4d authored by augustin_s's avatar augustin_s :snake:
Browse files

added automatic delayed shutter closing

parent 02edc795
No related branches found
No related tags found
No related merge requests found
from slic.devices.general.shutter import Shutter
from slic.utils.run_later import run_at, tomorrow
sh1 = Shutter("SATFE10-OPSH066")
sh2 = Shutter("SATOP21-OPSH138")
def close():
sh1.close()
sh2.close()
def klappezu():
run_at(tomorrow(7), close)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment