chore: remove redundant newlines in SensorUtils.kt
This commit is contained in:
parent
50524c2a84
commit
93ddf492bf
|
|
@ -18,6 +18,8 @@ fun getValuesForSensorNpk(sensor: String, data: List<NpkWithHour>): List<Double>
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
fun getValuesForSensorDht(sensor: String, data: List<DhtWithHour>): List<Double> {
|
||||
return when (sensor) {
|
||||
"Kelembaban Udara" -> data.mapNotNull { it.viciHumidity?.toDouble() }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user