
I tried to look at the cpp file the other day but couldn't make heads or tails.
Check this out: http://forum.reefangel.com/viewtopic.php?f=7&t=1541lnevo wrote:I have an iPhone. We need a primer with all the http commands![]()
I tried to look at the cpp file the other day but couldn't make heads or tails.
Code: Select all
// RSMLED Moonlight Schedule
if (hour()>=6 && hour()<=10) ReefAngel.StandardLights( Box1_Port4,6,0,10,0 ); //RSMLED Morning 6a-10a
else if(hour()>=20 && hour()<=22) ReefAngel.StandardLights( Box1_Port4,20,0,22,0 ); //RSMLED Evening 8p-10p
else if(hour()>=22 || hour()<=4) if (MoonPhase()>=69) ReefAngel.StandardLights( Box1_Port4,22,0,4,0 ); //RSMLED on for Full Moon 10p-4a