small changes
This commit is contained in:
parent
fe911d492f
commit
313e6ed88e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue