Class StateCollectorChannelDoc
java.lang.Object
io.openems.edge.common.channel.internal.AbstractDoc<Integer>
io.openems.edge.common.channel.EnumDoc
io.openems.edge.common.channel.internal.StateCollectorChannelDoc
- All Implemented Interfaces:
Doc
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateChannelInstance
(OpenemsComponent component, ChannelId channelId) Methods inherited from class io.openems.edge.common.channel.EnumDoc
debounce, getChannelCategory, getDebounce, getOption, getOptionFromString, getOptions, getOptionString, getOptionValueFromString, getText, getUndefinedOption, initialValue, self
Methods inherited from class io.openems.edge.common.channel.internal.AbstractDoc
accessMode, debug, getAccessMode, getInitialValue, getOnInitCallbacks, getPersistencePriority, getType, getUnit, initialValue, isDebug, onInit, persistencePriority, text
-
Constructor Details
-
StateCollectorChannelDoc
public StateCollectorChannelDoc()
-
-
Method Details
-
createChannelInstance
- Specified by:
createChannelInstance
in interfaceDoc
- Overrides:
createChannelInstance
in classEnumDoc
- Parameters:
channelId
- the Channel-IDcomponent
- theOpenemsComponent
- Returns:
- the Channel
-