Class CalculateActiveTime
- java.lang.Object
-
- io.openems.edge.timedata.api.utils.CalculateActiveTime
-
public class CalculateActiveTime extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CalculateActiveTime(TimedataProvider timedataProvider, ChannelId channelId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
update(boolean isActive)
Counts up the time channel if the given value is true.
-
-
-
Constructor Detail
-
CalculateActiveTime
public CalculateActiveTime(TimedataProvider timedataProvider, ChannelId channelId)
-
-