Notification if my return pump (port 5) is off?

Basic / Standard Reef Angel hardware
Post Reply
Smotz
Posts: 412
Joined: Sat Mar 30, 2013 5:02 pm
Location: CT, USA

Notification if my return pump (port 5) is off?

Post by Smotz »

Can someone tell me how to accomplish this?
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Notification if my return pump (port 5) is off?

Post by lnevo »

static WiFiAlert returnAlert;

if (!ReefAngel.Relay.Status(Port5)) returnAlert.Send("Return+pump+is+off!");
Smotz
Posts: 412
Joined: Sat Mar 30, 2013 5:02 pm
Location: CT, USA

Re: Notification if my return pump (port 5) is off?

Post by Smotz »

thanks lee!

I don't think my notifications are working..
Post Reply