Package com.tinkerforge
Interface BrickletOutdoorWeather.StationDataListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletOutdoorWeather
public static interface BrickletOutdoorWeather.StationDataListener extends DeviceListener
Reports the station data every time a new data packet is received. SeeBrickletOutdoorWeather.getStationData(int)
for information about the data. For each station the listener will be triggered about every 45 seconds. Turn the listener on/off withBrickletOutdoorWeather.setStationCallbackConfiguration(boolean)
(by default it is turned off).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
stationData(int identifier, int temperature, int humidity, long windSpeed, long gustSpeed, long rain, int windDirection, boolean batteryLow)
-