public class SKHumidityData extends SKAbstractData
| Modifier and Type | Field and Description |
|---|---|
protected float |
humidity |
sensorType, timestamp| Constructor and Description |
|---|
SKHumidityData(long timestamp,
float humidity)
Initialize the instance
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataInCSV()
Get humidity sensor data in CSV format
|
float |
getHumidity() |
getSensorType, getTimestamp, toString