@Beta public interface MeterProgrammable extends HandlerBehaviour
| Modifier and Type | Method and Description | 
|---|---|
CompletableFuture<Collection<Meter>> | 
getMeters()
Queries the meters from the device. 
 | 
CompletableFuture<Boolean> | 
performMeterOperation(MeterOperation meterOp)
Performs a meter operation on this device. 
 | 
handler, setHandlerCompletableFuture<Boolean> performMeterOperation(MeterOperation meterOp)
meterOp - operation to be performedCompletableFuture<Collection<Meter>> getMeters()