Andreas Demmelbauer hace 4 años
padre
commit
0b4a2bf7d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      ir-remote-timer.py

+ 1
- 1
ir-remote-timer.py Ver fichero

@@ -22,7 +22,7 @@ def turnAllProjectorsOff():
schedule.every().day.at("21:00").do(turnAllProjectorsOn)


schedule.every().day.at("6:00").do(turnAllProjectorsOff)
schedule.every().day.at("06:00").do(turnAllProjectorsOff)


while True:


Cargando…
Cancelar
Guardar