Class SimulatedThermometerImpl
- java.lang.Object
-
- io.openems.edge.common.component.AbstractOpenemsComponent
-
- io.openems.edge.simulator.thermometer.SimulatedThermometerImpl
-
- All Implemented Interfaces:
OpenemsComponent
,SimulatedThermometer
,Thermometer
public class SimulatedThermometerImpl extends AbstractOpenemsComponent implements SimulatedThermometer, Thermometer, OpenemsComponent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.openems.edge.common.component.OpenemsComponent
OpenemsComponent.ChannelId
-
Nested classes/interfaces inherited from interface io.openems.edge.simulator.thermometer.SimulatedThermometer
SimulatedThermometer.ChannelId
-
Nested classes/interfaces inherited from interface io.openems.edge.thermometer.api.Thermometer
Thermometer.ChannelId
-
-
Constructor Summary
Constructors Constructor Description SimulatedThermometerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
debugLog()
Gets some output that is suitable for a continuous Debug log.-
Methods inherited from class io.openems.edge.common.component.AbstractOpenemsComponent
_channel, activate, activate, addChannel, addChannels, addChannels, alias, channels, deactivate, getComponentContext, id, isEnabled, logDebug, logError, logInfo, logWarn, modified, removeChannel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.openems.edge.common.component.OpenemsComponent
_channel, _getChannelAs, alias, channel, channel, channels, getComponentContext, getState, getStateChannel, hasFaults, id, isEnabled, serviceFactoryPid, servicePid
-
Methods inherited from interface io.openems.edge.thermometer.api.Thermometer
_setTemperature, _setTemperature, getTemperature, getTemperatureChannel
-
-
-
-
Method Detail
-
debugLog
public java.lang.String debugLog()
Description copied from interface:OpenemsComponent
Gets some output that is suitable for a continuous Debug log. Returns 'null' by default which causes no output.- Specified by:
debugLog
in interfaceOpenemsComponent
- Returns:
- the debug log output
-
-