public interface LightingInterface
Modifier and Type | Method and Description |
---|---|
LightSource[] |
getControlledLamps() |
Object[] |
getLampInfo(LightSource lamp) |
void |
turnOff(LightSource lamp) |
void |
turnOn(LightSource lamp) |
LightSource[] getControlledLamps()
Object[] getLampInfo(LightSource lamp)
void turnOff(LightSource lamp)
void turnOn(LightSource lamp)
Copyright © 2018 universAAL Consortium. All rights reserved.