HydrogenSulfide

data class HydrogenSulfide(val value: Double, val status: Measurement.Status) : Measurement<Double>

Hydrogen sulfide (H2S) measurement value expressed in ppm (parts per million)

Parameters

value

in ppm to 0.01 accuracy

status

of the measurement

Constructors

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

Properties

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

Accuracy of given measurement.

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: Double

Functions

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