Class QuantityTypeArithmeticGroupFunction.Max

java.lang.Object
org.openhab.core.library.types.QuantityTypeArithmeticGroupFunction.DimensionalGroupFunction
org.openhab.core.library.types.QuantityTypeArithmeticGroupFunction.Max
All Implemented Interfaces:
GroupFunction
Enclosing interface:
QuantityTypeArithmeticGroupFunction

public static class QuantityTypeArithmeticGroupFunction.Max extends QuantityTypeArithmeticGroupFunction.DimensionalGroupFunction
This calculates the maximum value of all item states of QuantityType.
  • Constructor Details

    • Max

      public Max(Class<? extends javax.measure.Quantity<?>> dimension)
  • Method Details

    • calculate

      public State calculate(@Nullable Set<Item> items)
      Description copied from interface: GroupFunction
      Determines the current state of a group based on a list of items
      Parameters:
      items - the items to calculate a group state for
      Returns:
      the calculated group state