Ejemplo n.º 1
0
 def plan_to_do(self):
     # Holds all alarms that need to periodically interrupt the woken up bot
     # Forgets what to do otherwise...
     self.state_alarm = Timer.alarm(self.send_state_wifi, 300, periodic=True)
     self.logger.debug("plan_to_do","DONE")