public interface MotionSensor
Modifier and Type | Method and Description |
---|---|
Status |
getStatus()
Return the Status of the Motion Sensor
|
void |
setEnabled(boolean enabled)
Enable or disable Motion Sensor
|
void setEnabled(boolean enabled)
enabled
- true to enable, false to disableStatus getStatus()