Package io.openems.edge.io.api
Interface DigitalOutput
-
- All Superinterfaces:
OpenemsComponent
- All Known Subinterfaces:
KmtronicRelay4Port
,KmtronicRelay8Port
,Shelly25
,ShellyPlug
- All Known Implementing Classes:
AbstractKmtronicRelay
,DigitalInputOutput
,DummyInputOutput
,KmtronicRelay4PortImpl
,KmtronicRelay8PortImpl
,RevPiDigitalIoDevice
,Shelly25Impl
,ShellyPlugImpl
,Wago
,WeidmuellerUR20Impl
@ProviderType public interface DigitalOutput extends OpenemsComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
DigitalOutput.ChannelId
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanWriteChannel[]
digitalOutputChannels()
Gets all Output Channels.-
Methods inherited from interface io.openems.edge.common.component.OpenemsComponent
_channel, _getChannelAs, alias, channel, channel, channels, debugLog, getComponentContext, getState, getStateChannel, hasFaults, id, isEnabled, serviceFactoryPid, servicePid
-
-
-
-
Method Detail
-
digitalOutputChannels
BooleanWriteChannel[] digitalOutputChannels()
Gets all Output Channels.- Returns:
- an array of Channels
-
-