SoilMoisture

data class SoilMoisture(val value: Int, val status: Measurement.Status) : Measurement<Int>

Soil moisture value in kilopascals

Parameters

value

in kilopascals

status

of the measurement

Constructors

Link copied to clipboard
constructor(value: Int, status: Measurement.Status)

Types

Link copied to clipboard

Soil moisture index values

Properties

Link copied to clipboard
open override val accuracy: Measurement.Accuracy

Accuracy of given measurement.

Link copied to clipboard

Soil moisture index of measurement according to the following criteria:

Link copied to clipboard
open override val isValid: Boolean

True if status of the measurement is Status.VALID

Link copied to clipboard
open override val status: Measurement.Status
Link copied to clipboard

Type of given measurement.

Link copied to clipboard
open override val value: Int

Functions

Link copied to clipboard
open override fun toString(): String