turn off port at night
Posted: Thu Jan 08, 2015 9:45 pm
how would i code to turn off wavemaker at night? tried this but wont compile
Code: Select all
if (hour()>=23 && hour()<8) ReefAngel.WavemakerRandom( Port6,off );