Fixed

@Serializable
@SerialName(value = "fixed")
data class Fixed(val temperature: Double) : TemperatureSpec(source)

Use a fixed starting temperature.

Constructors

Link copied to clipboard
constructor(temperature: Double)

Properties

Link copied to clipboard

must be strictly positive when validated