;########################################################################### ;# Global options section # ;########################################################################### ; port = port = LPT1 ;########################################################################### ;# Entry section # ;########################################################################### ; Entry format: ; [Entry_Name] ; pin = (required) ; on_start = ; on_exit = ; on_lock = ; on_unlock = ; Actions: ; on - turn the controller on ; off - turn the controller off ; none - do not change the controller (default if an event is unspecified) ; previous - only used for unlock events - restores state to what it was ; when the lock event ocurred [Overhead Light] pin = 7 on_start = on on_exit = off on_lock = off on_unlock = on [Fan] pin = 6 on_exit = off on_lock = off on_unlock = previous