Wizard and "Lights On"
- bondolo
- Posts: 14
- Joined: Fri Nov 23, 2012 2:59 pm
Wizard and "Lights On"
What is the trigger for "Lights On" mode?
-
rimai
- Posts: 12857
- Joined: Fri Mar 18, 2011 6:47 pm
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.