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

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

    • PlugEvent

      public PlugEvent(Plug plug)
      Construct the PlugEvent class
      Parameters:
      plug - The plug for which the event occurred
  • Method Details

    • getPlug

      public Plug getPlug()
      Get the plug for which the event occurred
      Returns:
      The plug for which the event occurred