Uses of Interface
io.github.zeroone3010.yahueapi.AmbientLightSensor
| Package | Description |
|---|---|
| io.github.zeroone3010.yahueapi |
-
Uses of AmbientLightSensor in io.github.zeroone3010.yahueapi
Classes in io.github.zeroone3010.yahueapi that implement AmbientLightSensor Modifier and Type Class Description classAmbientLightSensorImplMethods in io.github.zeroone3010.yahueapi that return types with arguments of type AmbientLightSensor Modifier and Type Method Description java.util.Collection<AmbientLightSensor>Hue. getAmbientLightSensors()Returns all the ambient light sensors configured into the Bridge.java.util.Optional<AmbientLightSensor>Hue. getAmbientSensorByName(java.lang.String sensorName)Returns a specific ambient sensor by its name.