SecurityLightController
Interface LightDeviceInterface

All Known Implementing Classes:
SecurityLampSimulatedUI

public interface LightDeviceInterface

This interface defines those things which must be present for a light. This includes the methods invoked from the state machine to control the light.

Author:
schilling

Method Summary
 void turnLightOff()
           
 void turnLightOnFullBrightness()
           
 void turnLightOnNightimeBrightness()
           
 

Method Detail

turnLightOff

void turnLightOff()

turnLightOnFullBrightness

void turnLightOnFullBrightness()

turnLightOnNightimeBrightness

void turnLightOnNightimeBrightness()