public void stop() {
   for (LightSensor sensor : sensors.values()) {
     sensor.stop();
   }
 }