public static interface BrickletPTC.TemperatureReachedListener extends DeviceListener
BrickletPTC.setTemperatureCallbackThreshold(char, int, int)
is reached.
The parameter is the temperature of the connected sensor.
If the threshold keeps being reached, the listener is triggered periodically
with the period as set by BrickletPTC.setDebouncePeriod(long)
.Modifier and Type | Method and Description |
---|---|
void |
temperatureReached(int temperature) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.