Now with sleep!

This commit is contained in:
2022-07-04 21:52:47 +02:00
parent a44f01b2ee
commit 3990149c53
4 changed files with 42 additions and 36 deletions

View File

@@ -1,5 +1,7 @@
#! /usr/bin/env python3
from argparse import ArgumentParser
from time import sleep
from .projector import ProjectorSerial
from .extron import ExtronSerial
@@ -34,6 +36,7 @@ def main():
if args.input:
proj.power_on()
extr.wake()
sleep(0.2)
extr.change_input(args.input)
elif args.sleep: