public static interface BrickletOutdoorWeather.StationDataListener extends DeviceListener
BrickletOutdoorWeather.getStationData(int)
for information about the data.
For each station the listener will be triggered about every 45 seconds.
Turn the listener on/off with BrickletOutdoorWeather.setStationCallbackConfiguration(boolean)
(by default it is turned off).Modifier and Type | Method and Description |
---|---|
void |
stationData(int identifier,
int temperature,
int humidity,
long windSpeed,
long gustSpeed,
long rain,
int windDirection,
boolean batteryLow) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.