With a Water Level extension (but not multilevel water level) the Web Wizard generates the following statement for a timeout of 10 minutes on port 5:
Code: Select all
ReefAngel.WaterLevelATO( Box1_Port5,10,15,600 );
Code: Select all
ReefAngel.WaterLevelATO( Box1_Port5,600,98,100 );
Checking the ReefAngel class the WaterLevelATO method is declared to have the following parameter order:
Code: Select all
void ReefAngelClass::WaterLevelATO(byte ATORelay, int ATOTimeout, byte LowLevel, byte HighLevel)
Thanks.