Enum Class AnalogOutput.ChannelId

java.lang.Object
java.lang.Enum<AnalogOutput.ChannelId>
io.openems.edge.io.api.AnalogOutput.ChannelId
All Implemented Interfaces:
ChannelId, Serializable, Comparable<AnalogOutput.ChannelId>, Constable
Enclosing interface:
AnalogOutput

public static enum AnalogOutput.ChannelId extends Enum<AnalogOutput.ChannelId> implements ChannelId
  • Enum Constant Details

    • DEBUG_SET_OUTPUT_PERCENT

      public static final AnalogOutput.ChannelId DEBUG_SET_OUTPUT_PERCENT
      Holds writes of the Relay Output for debugging.
      • Type: Integer
      • Range: 0 - 100
      • Unit: %
    • SET_OUTPUT_PERCENT

      public static final AnalogOutput.ChannelId SET_OUTPUT_PERCENT
      Set Relay Output.

      The Output set by a controller is set in Unit.PERCENT, because the power is strongly depending on the controller and its power behavior.

      • Type: Float
      • Unit: %
      • Range: 0 - 1000
  • Method Details

    • values

      public static AnalogOutput.ChannelId[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AnalogOutput.ChannelId valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • doc

      public Doc doc()
      Description copied from interface: ChannelId
      Gets the Channel Doc for this ChannelId.
      Specified by:
      doc in interface ChannelId
      Returns:
      the Channel-Doc