public static interface BrickletCO2.CO2ConcentrationReachedListener extends DeviceListener
BrickletCO2.setCO2ConcentrationCallbackThreshold(char, int, int)
is reached.
The parameter is the CO2 concentration.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletCO2.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
co2ConcentrationReached(int co2Concentration) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.