small changes

This commit is contained in:
omenem 2020-03-17 15:20:49 +01:00
parent fe911d492f
commit 313e6ed88e

View file

@ -28,6 +28,7 @@ public abstract class Dimmer extends InputDevice {
return this.lights;
}
/** Add a light to be controller by this dimmer */
public void addDimmableLight(DimmableLight dimmableLight) {
lights.add(dimmableLight);
}