Class ErrorDoc
java.lang.Object
io.openems.edge.common.channel.internal.AbstractDoc<T>
io.openems.edge.common.channel.internal.OpenemsTypeDoc<Boolean>
io.openems.edge.common.channel.BooleanDoc
io.openems.edge.common.channel.StateChannelDoc
io.openems.edge.ess.mr.gridcon.enums.ErrorDoc
- All Implemented Interfaces:
Doc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
Fields inherited from class io.openems.edge.common.channel.BooleanDoc
debounce, debounceMode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacknowledge
(ErrorDoc.Acknowledge acknowledge) code
(int code) int
getCode()
getErrorDoc
(int code) boolean
needsHardReset
(boolean needsHardReset) reactionLevel
(ErrorDoc.ReactionLevel reactionLevel) Methods inherited from class io.openems.edge.common.channel.StateChannelDoc
createChannelInstance, getChannelCategory, getLevel, self
Methods inherited from class io.openems.edge.common.channel.BooleanDoc
debounce, getDebounce, getDebounceMode
Methods inherited from class io.openems.edge.common.channel.internal.OpenemsTypeDoc
accessMode, getUnit, of, unit
Methods inherited from class io.openems.edge.common.channel.internal.AbstractDoc
debug, getAccessMode, getInitialValue, getOnInitCallbacks, getPersistencePriority, getText, getType, initialValue, isDebug, onInit, persistencePriority, text
-
Constructor Details
-
ErrorDoc
-
-
Method Details
-
getErrorDoc
-
isNeedsHardReset
public boolean isNeedsHardReset() -
needsHardReset
-
getAcknowledge
-
acknowledge
-
getReactionLevel
-
reactionLevel
-
getCode
public int getCode() -
code
-