public static interface BrickletTemperatureIR.AmbientTemperatureReachedListener extends DeviceListener
BrickletTemperatureIR.setAmbientTemperatureCallbackThreshold(char, short, short)
is reached.
The parameter is the ambient temperature of the sensor.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletTemperatureIR.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
ambientTemperatureReached(short temperature) |
Copyright © 2021 Tinkerforge GmbH. All rights reserved.