org.universAAL.samples.lighting.client_regular
Class LightingConsumerLevel2

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

public class LightingConsumerLevel2
extends Object

Author:
amarinc, mpsiuk

Method Summary
 void communicationChannelBroken()
           
static boolean dimToValue(LightSource lamp, Integer percent)
           
static List<LightSource> getControlledLamps()
           
static Object[] getLampInfo(LightSource lamp)
           
static boolean turnOff(LightSource lamp)
           
static boolean turnOn(LightSource lamp)
           
 
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(LightSource lamp)

turnOn

public static boolean turnOn(LightSource lamp)

turnOff

public static boolean turnOff(LightSource lamp)

dimToValue

public static boolean dimToValue(LightSource lamp,
                                 Integer percent)

communicationChannelBroken

public void communicationChannelBroken()


Copyright © 2014 universAAL Consortium. All Rights Reserved.