Package com.tinkerforge
Interface BrickletOutdoorWeather.SensorDataListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletOutdoorWeather
public static interface BrickletOutdoorWeather.SensorDataListener extends DeviceListener
Reports the sensor data every time a new data packet is received. SeeBrickletOutdoorWeather.getSensorData(int)
for information about the data. For each sensor the listener will be called about every 45 seconds. Turn the listener on/off withBrickletOutdoorWeather.setSensorCallbackConfiguration(boolean)
(by default it is turned off).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sensorData(int identifier, int temperature, int humidity)
-