Enum Class IoShelly3Em.ChannelId

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

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

    • DEBUG_RELAY

      public static final IoShelly3Em.ChannelId DEBUG_RELAY
      Holds writes to Relay Output for debugging.
      • Interface: ShellyPlug
      • Type: Boolean
      • Range: On/Off
    • RELAY

      public static final IoShelly3Em.ChannelId RELAY
      Relay Output.
      • Interface: ShellyPlug
      • Type: Boolean
      • Range: On/Off
    • HAS_UPDATE

      public static final IoShelly3Em.ChannelId HAS_UPDATE
      Indicates if an update is available.
      • Interface: ShellyPlug
      • Type: Boolean
      • Level: INFO
    • EMETER1_EXCEPTION

      public static final IoShelly3Em.ChannelId EMETER1_EXCEPTION
      Indicates whether the associated meter is functioning properly.
      • Interface: ShellyPlug
      • Type: Boolean
      • Level: WARN
    • EMETER2_EXCEPTION

      public static final IoShelly3Em.ChannelId EMETER2_EXCEPTION
      Indicates whether the associated meter is functioning properly.
      • Interface: ShellyPlug
      • Type: Boolean
      • Level: WARN
    • EMETER3_EXCEPTION

      public static final IoShelly3Em.ChannelId EMETER3_EXCEPTION
      Indicates whether the associated meter is functioning properly.
      • Interface: ShellyPlug
      • Type: Boolean
      • Level: WARN
    • EMETERN_EXCEPTION

      public static final IoShelly3Em.ChannelId EMETERN_EXCEPTION
      Indicates whether the associated meter is functioning properly.
      • Interface: ShellyPlug
      • Type: Boolean
      • Level: WARN
    • RELAY_OVERPOWER_EXCEPTION

      public static final IoShelly3Em.ChannelId RELAY_OVERPOWER_EXCEPTION
      Indicates whether the Relay is in an Overpower Condition.
      • Interface: ShellyPlug
      • Type: Boolean
      • Level: WARN
    • SLAVE_COMMUNICATION_FAILED

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

    • values

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