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.interfaceSwitchAny switch with one or more buttons, such as a Philips Hue dimmer switch or a Philips Hue Tap switch.Classes in io.github.zeroone3010.yahueapi.v2 that implement Device Modifier and Type Class Description classLightImplclassMotionSensorImplclassSwitchImplMethods in io.github.zeroone3010.yahueapi.v2 that return types with arguments of type Device Modifier and Type Method Description Map<UUID,Device>Hue. getMotionSensors()Returns all the motion sensors configured into the Bridge. -
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)