My code uses the following to delay the turning on of the skimmer after feeding mode.
Code: Select all
// Delay turning Skimmer back on
ReefAngel.Relay.DelayedOn( Port1,60 );
Code: Select all
// Delay turning Skimmer back on
ReefAngel.Relay.DelayedOn( Port1,60 );
// Delay turning ATO back on
ReefAngel.Relay.DelayedOn( Port2,60 );
I am wondering if there should only be one DelayOn function, and it should contain both ports. If so I am not sure what the syntax should be?