Uses of Class
berlin.yuna.tinkerforgesensor.model.LedStatusType
-
Packages that use LedStatusType Package Description berlin.yuna.tinkerforgesensor.logic berlin.yuna.tinkerforgesensor.model -
-
Uses of LedStatusType in berlin.yuna.tinkerforgesensor.logic
Methods in berlin.yuna.tinkerforgesensor.logic with parameters of type LedStatusType Modifier and Type Method Description SensorSensor. setLedState(int ledId, LedStatusType ledState)Set the state of an specific ledused bylikeButtonDualV2SensorSensor. setStatusLed(LedStatusType type)Sets status led toLED_ON -
Uses of LedStatusType in berlin.yuna.tinkerforgesensor.model
Methods in berlin.yuna.tinkerforgesensor.model that return LedStatusType Modifier and Type Method Description static LedStatusTypeLedStatusType. ledStatusTypeOf(int bit)static LedStatusTypeLedStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static LedStatusType[]LedStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-