Uses of Interface
io.github.zeroone3010.yahueapi.v2.Device
| Package | Description |
|---|---|
| io.github.zeroone3010.yahueapi.v2 | |
| io.github.zeroone3010.yahueapi.v2.domain.event |
-
Uses of Device in io.github.zeroone3010.yahueapi.v2
Subinterfaces of Device in io.github.zeroone3010.yahueapi.v2 Modifier and Type Interface Description interfaceLightA single Philips Hue -compatible light.interfaceMotionSensorA physical motion detector.interfaceSwitchAny switch with one or more buttons, such as a Philips Hue dimmer switch or a Philips Hue Tap switch.interfaceTemperatureSensorA sensor measuring the room temperature.Classes in io.github.zeroone3010.yahueapi.v2 that implement Device Modifier and Type Class Description classLightImplclassMotionSensorImplclassSwitchImplclassTemperatureSensorImpl -
Uses of Device in io.github.zeroone3010.yahueapi.v2.domain.event
Methods in io.github.zeroone3010.yahueapi.v2.domain.event that return Device Modifier and Type Method Description DeviceMotionEvent. getOwner()The device that triggered this motion event.Constructors in io.github.zeroone3010.yahueapi.v2.domain.event with parameters of type Device Constructor Description MotionEvent(String eventTime, UUID eventGroupId, Device owner, boolean motion, boolean motionValid)