You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I love your library and it worked well with my automation of may old washing machine. I'm not super good in coding but I'm trying hard.
So here's my idea, is there a way or a function call in your library to suspend or pause a delay. And then you can continue it from where it left off? I need it in my washing machine. I even managed to stop still running delays by this code:
dela01.running = 0;
It worked, but is it the right way? Thank you, hoping you can add this to your work.
The text was updated successfully, but these errors were encountered:
Hi, I love your library and it worked well with my automation of may old washing machine. I'm not super good in coding but I'm trying hard.
So here's my idea, is there a way or a function call in your library to suspend or pause a delay. And then you can continue it from where it left off? I need it in my washing machine. I even managed to stop still running delays by this code:
dela01.running = 0;
It worked, but is it the right way? Thank you, hoping you can add this to your work.
The text was updated successfully, but these errors were encountered: