diff --git a/blynktimer.py b/blynktimer.py index 63b17a4..e8c0d9d 100644 --- a/blynktimer.py +++ b/blynktimer.py @@ -83,6 +83,8 @@ def start(t_id): if timer is None: raise TimerError('Timer id={} not found'.format(t_id)) Timer.timers[t_id].stopped = False + Timer.timers[t_id].fire_time = None + Timer.timers[t_id].fire_time_prev = None @staticmethod def is_stopped(t_id):