java.lang.Object
org.openremote.agent.protocol.tradfri.device.event.DeviceEvent
org.openremote.agent.protocol.tradfri.device.event.LightEvent
Direct Known Subclasses:
LightChangeEvent

public class LightEvent extends DeviceEvent
The class that represents a light event that occurred to an IKEA TRÅDFRI light
  • Constructor Details

    • LightEvent

      public LightEvent(Light light)
      Construct the LightEvent class
      Parameters:
      light - The light for which the event occurred
  • Method Details

    • getLight

      public Light getLight()
      Get the light for which the event occurred
      Returns:
      The light for which the event occurred