Enum Class EssDcCharger.ChannelId

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

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

    • MAX_ACTUAL_POWER

      public static final EssDcCharger.ChannelId MAX_ACTUAL_POWER
      Maximum Ever Actual Power.
      • Interface: Ess DC Charger
      • Type: Integer
      • Unit: W
      • Range: positive or '0'
      • Implementation Note: value is automatically derived from ACTUAL_POWER
    • ACTUAL_POWER

      public static final EssDcCharger.ChannelId ACTUAL_POWER
      Actual Power.
      • Interface: Ess DC Charger
      • Type: Integer
      • Unit: W
      • Range: positive
    • ACTUAL_ENERGY

      public static final EssDcCharger.ChannelId ACTUAL_ENERGY
      Actual Energy.
      • Interface: Ess Symmetric
      • Type: Integer
      • Unit: Wh
    • VOLTAGE

      public static final EssDcCharger.ChannelId VOLTAGE
      Voltage.
      • Interface: Ess DC Charger
      • Type: Integer
      • Unit: mV
    • CURRENT

      public static final EssDcCharger.ChannelId CURRENT
      Current.
      • Interface: Ess DC Charger
      • Type: Integer
      • Unit: mA
  • Method Details

    • values

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