public static interface BrickletHumidity.HumidityReachedListener extends DeviceListener
BrickletHumidity.setHumidityCallbackThreshold(char, int, int)
is reached.
The parameter is the humidity of the sensor.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletHumidity.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
humidityReached(int humidity) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.