Uses of Interface
io.github.zeroone3010.yahueapi.v2.Switch
| Package | Description |
|---|---|
| io.github.zeroone3010.yahueapi.v2 | |
| io.github.zeroone3010.yahueapi.v2.domain.event |
-
Uses of Switch in io.github.zeroone3010.yahueapi.v2
Classes in io.github.zeroone3010.yahueapi.v2 that implement Switch Modifier and Type Class Description classSwitchImplMethods in io.github.zeroone3010.yahueapi.v2 that return Switch Modifier and Type Method Description SwitchButton. getOwner()Returns theSwitchthat thisButtonbelongs to.SwitchButtonImpl. getOwner()Methods in io.github.zeroone3010.yahueapi.v2 that return types with arguments of type Switch Modifier and Type Method Description Map<UUID,Switch>Hue. getSwitches()Returns all the switches configured into the Bridge. -
Uses of Switch in io.github.zeroone3010.yahueapi.v2.domain.event
Methods in io.github.zeroone3010.yahueapi.v2.domain.event that return Switch Modifier and Type Method Description SwitchButtonEvent. getSwitch()TheSwitchthat was activated.Constructors in io.github.zeroone3010.yahueapi.v2.domain.event with parameters of type Switch Constructor Description ButtonEvent(String eventTime, Switch theSwitch, Button button, ButtonEventType buttonEventType, UUID eventGroupId)