Water

class Water(temperature: Float, warning: WarningLevels) : LiquidsType

Subclass for water representation

Constructors

Link copied to clipboard
constructor(temperature: Float, warning: WarningLevels)

Properties

Link copied to clipboard
val avgConsumption: Float? = null
Link copied to clipboard
val capacity: Float? = null
Link copied to clipboard
val pressure: Float? = null
Link copied to clipboard
val range: Float? = null
Link copied to clipboard
val value: Float? = null
Link copied to clipboard