Package com.tinkerforge
Interface BrickletParticulateMatter.PMConcentrationListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletParticulateMatter
public static interface BrickletParticulateMatter.PMConcentrationListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletParticulateMatter.setPMConcentrationCallbackConfiguration(long, boolean)
. The parameters are the same asBrickletParticulateMatter.getPMConcentration()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
pmConcentration(int pm10, int pm25, int pm100)
-