public static interface BrickletOutdoorWeather.SensorDataListener extends DeviceListener
BrickletOutdoorWeather.getSensorData(int)
for information about the data.
For each sensor the listener will be called about every 45 seconds.
Turn the listener on/off with BrickletOutdoorWeather.setSensorCallbackConfiguration(boolean)
(by default it is turned off).Modifier and Type | Method and Description |
---|---|
void |
sensorData(int identifier,
int temperature,
int humidity) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.