Enum Class IoShelly25.ChannelId

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

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

    • DEBUG_RELAY_1

      public static final IoShelly25.ChannelId DEBUG_RELAY_1
      Holds writes to Relay Output 1 for debugging.
      • Interface: Shelly25
      • Type: Boolean
      • Range: On/Off
    • RELAY_1

      public static final IoShelly25.ChannelId RELAY_1
      Relay Output 1.
      • Interface: Shelly25
      • Type: Boolean
      • Range: On/Off
    • DEBUG_RELAY_2

      public static final IoShelly25.ChannelId DEBUG_RELAY_2
      Holds writes to Relay Output 2 for debugging.
      • Interface: Shelly25
      • Type: Boolean
      • Range: On/Off
    • RELAY_2

      public static final IoShelly25.ChannelId RELAY_2
      Relay Output 2.
      • Interface: Shelly25
      • Type: Boolean
      • Range: On/Off
    • SLAVE_COMMUNICATION_FAILED

      public static final IoShelly25.ChannelId SLAVE_COMMUNICATION_FAILED
      Slave Communication Failed Fault.
      • Interface: Shelly25
      • Type: State
  • Method Details

    • values

      public static IoShelly25.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 IoShelly25.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