Package io.github.zeroone3010.yahueapi
Interface PresenceSensor
- All Superinterfaces:
Sensor
public interface PresenceSensor extends Sensor
-
Method Summary
Modifier and Type Method Description booleanisPresence()Whether presence has been detected.Methods inherited from interface io.github.zeroone3010.yahueapi.Sensor
getId, getLastUpdated, getName, getProductName, getType
-
Method Details
-
isPresence
boolean isPresence()Whether presence has been detected.- Returns:
trueif presence detected,falseif not.
-