Class ChannelValueConverterConfig
java.lang.Object
org.openhab.core.thing.binding.generic.ChannelValueConverterConfig
The
ChannelValueConverterConfig
is a base class for the channel configuration of things
using the ChannelHandler
s- Author:
- Jan N. Klug - Initial contribution
-
Field Summary
FieldsModifier and TypeFieldDescription@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String
commandToFixedValue
(Command command) maps a command to a user-defined string@Nullable State
fixedValueToState
(String string) maps a user-defined string to a state