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

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

    • DeviceEvent

      public DeviceEvent(Device device)
      Construct the DeviceEvent class
      Parameters:
      device - The device for which the event occurred
  • Method Details

    • getDevice

      public Device getDevice()
      Get the device for which the event occurred
      Returns:
      The device for which the event occurred