landolfi Posted August 17, 2023 Share Posted August 17, 2023 I know the IoX programming UI will tell me whether a program is true or false and what general section of a program it's running, but is there any way other than Notify to tell whether a program reaches a line in a particular block of code? I have been using Notify but the email notification from notify is enough delayed that it isn't always helpful. I frequently do this to verify that a particular line in a block got executed, for example so that I know if I got the notification and the light isn't on, the program had to have executed the ON command because the Notify is after it. Yes I'm impatient. Link to comment
gregkinney Posted August 17, 2023 Share Posted August 17, 2023 I use Pushover as a notify tool and it's sent within a couple seconds. You can add Pushover as a network resource and customize the messages to your liking, then add them as lines in your program. 1 Link to comment
landolfi Posted August 17, 2023 Author Share Posted August 17, 2023 35 minutes ago, gregkinney said: I use Pushover as a notify tool and it's sent within a couple seconds. You can add Pushover as a network resource and customize the messages to your liking, then add them as lines in your program. Thanks for the tip! Are you using the mobile version or desktop? Link to comment
gregkinney Posted August 17, 2023 Share Posted August 17, 2023 For pushover, I use it on mobile. It's an app and sends a standard notification on your phone. You can then customize the look, sound, and message. Link to comment
Recommended Posts