I’ve been trying to create a nag message for both my dryer and washer so that when it stops, reminders will be sent using a while loop. When the dryer or washer stops a nag message is sent correctly every 10 minutes for the 1st hours and then every hour after that.
The issue I’m having is that I want the nag message and the while loop to stop when the dryer or washer door opens, but I’m not having any luck with the proper code. The nag message the while loop just keeps going even if the dryer or washer door opened.