Class OutputChannelProcessor
java.lang.Object
org.openremote.agent.protocol.velbus.device.FeatureProcessor
org.openremote.agent.protocol.velbus.device.ChannelProcessor
org.openremote.agent.protocol.velbus.device.OutputChannelProcessor
- Direct Known Subclasses:
AnalogOutputProcessor
,BlindProcessor
,RelayProcessor
Abstract processor for channel related operations
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.openremote.agent.protocol.velbus.device.FeatureProcessor
FeatureProcessor.LedState, FeatureProcessor.PropertyDescriptor
-
Field Summary
Fields inherited from class org.openremote.agent.protocol.velbus.device.ChannelProcessor
CHANNEL_REGEX
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openremote.agent.protocol.velbus.device.ChannelProcessor
getAddressForChannel, getChannelNumberAndPropertySuffix, getMaxChannelNumber, getStartChannelNumber, isChannelEnabled
Methods inherited from class org.openremote.agent.protocol.velbus.device.FeatureProcessor
getPropertyDescriptors, getPropertyWritePackets, getStatusRequestPackets, processReceivedPacket
-
Constructor Details
-
OutputChannelProcessor
protected OutputChannelProcessor()
-