error compiling

Share you PDE file with our community
Post Reply
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: error compiling

Post by rimai »

Ok, so if all you want to do is turn them off whe Port1 is on, try this:

Code: Select all

    if (ReefAngel.Relay.Status(Port1)) ReefAngel.Relay.Off(Port4);
Add it just below this:

Code: Select all

    ReefAngel.StandardLights(Port4,120); // Offsets 120 minutes from Port1
Roberto.
jgriffith
Posts: 42
Joined: Fri Mar 02, 2012 12:39 pm

Re: error compiling

Post by jgriffith »

great, thanks

Sorry I think I clicked on report post earlier by mistake.
Image
Post Reply