org.universAAL.samples.lighting.client_regular
Class LightingConsumerLevel1

Package class diagram package LightingConsumerLevel1
java.lang.Object
  extended by org.universAAL.samples.lighting.client_regular.LightingConsumerLevel1

public class LightingConsumerLevel1
extends Object


Method Summary
 void communicationChannelBroken()
           
static boolean dimToValue(String lampURI, Integer percent)
           
static List<LightSource> getControlledLamps()
           
static Object[] getLampInfo(String lampURI)
           
static boolean turnOff(String lampURI)
           
static boolean turnOn(String lampURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getControlledLamps

public static List<LightSource> getControlledLamps()

getLampInfo

public static Object[] getLampInfo(String lampURI)

turnOn

public static boolean turnOn(String lampURI)

turnOff

public static boolean turnOff(String lampURI)

dimToValue

public static boolean dimToValue(String lampURI,
                                 Integer percent)

communicationChannelBroken

public void communicationChannelBroken()


Copyright © 2014 universAAL Consortium. All Rights Reserved.