Exemple #1
0
 public void TurnOn()
 {
     enableAssociatedLightsIf(timeOfDayManager.isNightTime());
     turnOnBedroomLedStripIf(timeOfDayManager.isNightTime() && attachBedroomLedStrip);
     turnOnStairwayLedStripIf(timeOfDayManager.isNightTime() && attachStairwayLedStrip);
 }