Enum Class BatterySoltaroClusterVersionB.ChannelId
java.lang.Object
java.lang.Enum<BatterySoltaroClusterVersionB.ChannelId>
io.openems.edge.battery.soltaro.cluster.versionb.BatterySoltaroClusterVersionB.ChannelId
- All Implemented Interfaces:
ChannelId
,Serializable
,Comparable<BatterySoltaroClusterVersionB.ChannelId>
,Constable
- Enclosing interface:
- BatterySoltaroClusterVersionB
public static enum BatterySoltaroClusterVersionB.ChannelId
extends Enum<BatterySoltaroClusterVersionB.ChannelId>
implements ChannelId
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface io.openems.edge.common.channel.ChannelId
ChannelId.ChannelIdImpl
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
STATE_MACHINE
-
RESET
-
EMS_ADDRESS
-
EMS_COMMUNICATION_TIMEOUT
-
SYSTEM_INSULATION_LEVEL_1
-
SYSTEM_INSULATION_LEVEL_2
-
RACK_1_POSITIVE_CONTACTOR
-
RACK_2_POSITIVE_CONTACTOR
-
RACK_3_POSITIVE_CONTACTOR
-
RACK_4_POSITIVE_CONTACTOR
-
RACK_5_POSITIVE_CONTACTOR
-
MASTER_ALARM_COMMUNICATION_ERROR_WITH_SUBMASTER
public static final BatterySoltaroClusterVersionB.ChannelId MASTER_ALARM_COMMUNICATION_ERROR_WITH_SUBMASTER -
MASTER_ALARM_PCS_EMS_COMMUNICATION_FAILURE
public static final BatterySoltaroClusterVersionB.ChannelId MASTER_ALARM_PCS_EMS_COMMUNICATION_FAILURE -
MASTER_ALARM_PCS_EMS_CONTROL_FAIL
-
MASTER_ALARM_LEVEL_1_INSULATION
-
MASTER_ALARM_LEVEL_2_INSULATION
-
RACK_1_LEVEL_2_ALARM
-
RACK_1_PCS_CONTROL_FAULT
-
RACK_1_COMMUNICATION_WITH_MASTER_ERROR
-
RACK_1_DEVICE_ERROR
-
RACK_1_CYCLE_OVER_CURRENT
-
RACK_1_VOLTAGE_DIFFERENCE
-
RACK_2_LEVEL_2_ALARM
-
RACK_2_PCS_CONTROL_FAULT
-
RACK_2_COMMUNICATION_WITH_MASTER_ERROR
-
RACK_2_DEVICE_ERROR
-
RACK_2_CYCLE_OVER_CURRENT
-
RACK_2_VOLTAGE_DIFFERENCE
-
RACK_3_LEVEL_2_ALARM
-
RACK_3_PCS_CONTROL_FAULT
-
RACK_3_COMMUNICATION_WITH_MASTER_ERROR
-
RACK_3_DEVICE_ERROR
-
RACK_3_CYCLE_OVER_CURRENT
-
RACK_3_VOLTAGE_DIFFERENCE
-
RACK_4_LEVEL_2_ALARM
-
RACK_4_PCS_CONTROL_FAULT
-
RACK_4_COMMUNICATION_WITH_MASTER_ERROR
-
RACK_4_DEVICE_ERROR
-
RACK_4_CYCLE_OVER_CURRENT
-
RACK_4_VOLTAGE_DIFFERENCE
-
RACK_5_LEVEL_2_ALARM
-
RACK_5_PCS_CONTROL_FAULT
-
RACK_5_COMMUNICATION_WITH_MASTER_ERROR
-
RACK_5_DEVICE_ERROR
-
RACK_5_CYCLE_OVER_CURRENT
-
RACK_5_VOLTAGE_DIFFERENCE
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
doc
Description copied from interface:ChannelId
Gets the Channel Doc for this ChannelId.
-