Interface MeterProgrammable

    • Method Detail

      • performMeterOperation

        java.util.concurrent.CompletableFuture<java.lang.Boolean> performMeterOperation​(MeterOperation meterOp)
        Performs a meter operation on this device.
        Parameters:
        meterOp - operation to be performed
        Returns:
        Completable future with result of the operation
      • getMeters

        java.util.concurrent.CompletableFuture<java.util.Collection<Meter>> getMeters()
        Queries the meters from the device.
        Returns:
        completable future with the collection of meters