def dostuff2(sc): handler.checkAlarms() handler.checkOutlets() #handler.flipState(2) #handler.flipState(3) sc.enter(2, 1, dostuff2, (sc, ))
def dostuff2(sc): handler.checkAlarms() handler.checkOutlets() #handler.flipState(2) #handler.flipState(3) sc.enter(2,1, dostuff2, (sc,))
def dostuff(sc): handler.checkAlarms() sc.enter(10,1, dostuff, (sc,)) Logger.inputInvalid("Testing the Logger!")