public static enum ManagedEvcs.ChannelId extends java.lang.Enum<ManagedEvcs.ChannelId> implements ChannelId
Enum Constant and Description |
---|
IS_CLUSTERED
Is true if the EVCS is in a EVCS-Cluster.
|
POWER_PRECISION
Gets the smallest power steps that can be set (given in W).
|
SET_CHARGE_POWER_LIMIT
Sets the charge power limit of the EVCS in [W].
|
SET_CHARGE_POWER_LIMIT_WITH_FILTER
Applies the configured filter in
EvcsPowerComponent and sets a the
charge power limit. |
SET_CHARGE_POWER_REQUEST
Sets a request for a charge power.
|
SET_DISPLAY_TEXT
Sets a Text that is shown on the display of the EVCS.
|
SET_ENERGY_LIMIT
Sets the energy limit for the current or next session in [Wh].
|
Modifier and Type | Method and Description |
---|---|
Doc |
doc()
Gets the Channel Doc for this ChannelId.
|
static ManagedEvcs.ChannelId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ManagedEvcs.ChannelId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
channelIdCamelToUpper, channelIdUpperToCamel, id, name, printChannelIdsForInfluxQuery
public static final ManagedEvcs.ChannelId POWER_PRECISION
Example:
public static final ManagedEvcs.ChannelId SET_CHARGE_POWER_LIMIT
Actual charge power depends on
Function:
public static final ManagedEvcs.ChannelId SET_CHARGE_POWER_LIMIT_WITH_FILTER
EvcsPowerComponent
and sets a the
charge power limit.
public static final ManagedEvcs.ChannelId IS_CLUSTERED
public static final ManagedEvcs.ChannelId SET_DISPLAY_TEXT
Be aware that the EVCS might not have a display or the text might be restricted.
public static final ManagedEvcs.ChannelId SET_CHARGE_POWER_REQUEST
public static final ManagedEvcs.ChannelId SET_ENERGY_LIMIT
public static ManagedEvcs.ChannelId[] values()
for (ManagedEvcs.ChannelId c : ManagedEvcs.ChannelId.values()) System.out.println(c);
public static ManagedEvcs.ChannelId valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null