Class IoShelly25Impl

java.lang.Object
io.openems.edge.common.component.AbstractOpenemsComponent
io.openems.edge.io.shelly.shelly25.IoShelly25Impl
All Implemented Interfaces:
OpenemsComponent, DigitalOutput, IoShelly25, org.osgi.service.event.EventHandler

public class IoShelly25Impl extends AbstractOpenemsComponent implements IoShelly25, DigitalOutput, OpenemsComponent, org.osgi.service.event.EventHandler
  • Constructor Details

    • IoShelly25Impl

      public IoShelly25Impl()
  • Method Details

    • deactivate

      protected void deactivate()
      Description copied from class: AbstractOpenemsComponent
      Handles @Deactivate of implementations. Prints log output.
      Overrides:
      deactivate in class AbstractOpenemsComponent
    • digitalOutputChannels

      public BooleanWriteChannel[] digitalOutputChannels()
      Description copied from interface: DigitalOutput
      Gets all Output Channels.
      Specified by:
      digitalOutputChannels in interface DigitalOutput
      Returns:
      an array of Channels
    • debugLog

      public String debugLog()
      Description copied from interface: OpenemsComponent
      Gets some output that is suitable for a continuous Debug log. Returns 'null' by default which causes no output.
      Specified by:
      debugLog in interface OpenemsComponent
      Returns:
      the debug log output
    • handleEvent

      public void handleEvent(org.osgi.service.event.Event event)
      Specified by:
      handleEvent in interface org.osgi.service.event.EventHandler