Wizard and "Lights On"
Wizard and "Lights On"
What is the trigger for "Lights On" mode?
Re: Wizard and "Lights On"
Humm...
It's in the standard menu system.
But if you create a a custom menu, you can call this:
It's in the standard menu system.
But if you create a a custom menu, you can call this:
Code: Select all
ReefAngel.Relay.RelayMaskOn = ReefAngel.LightsOnPorts;
ReefAngel.Relay.Write();
Roberto.