public class Hygrometer extends SensorData
Refer to
this internal default resource file
for property keys and default values used to configure this data processor.
To receive data, the variable sensor-name must map to the name of
a sensor task running on Service
.
CFG_AVERAGING_INTERVAL_KEY, CFG_OFFSET_KEY, CFG_SCALE_KEY, constant, dataReceived, dataTime, index, maximumValue, minimumValue, name, reset, resetTime, sensorName, values
Constructor and Description |
---|
Hygrometer(java.lang.String name,
java.lang.String sensorName,
java.util.Properties config)
Creates a new instance of Hygrometer.
|
averageValue, currentValue, dataAvailable, dataAvailable, getConstant, getName, getResetTime, getSensorName, isReset, maximumValue, minimumValue, peakValue, processValue, putData, reset, sigmaValue
public Hygrometer(java.lang.String name, java.lang.String sensorName, java.util.Properties config)
name
- of this data processor.sensorName
- of the sensor associated with this data.config
- properties for configuring this data.