Reducing buffer for humidity from 15 to 5 %
This commit is contained in:
parent
e6556e5eb2
commit
f64540a8f5
|
|
@ -71,5 +71,5 @@ variable "critical_humi_ref_temp" {
|
||||||
variable "critical_humi_buffer" {
|
variable "critical_humi_buffer" {
|
||||||
type = number
|
type = number
|
||||||
description = "Safety buffer [%] subtracted from the critical relative humidity threshold"
|
description = "Safety buffer [%] subtracted from the critical relative humidity threshold"
|
||||||
default = 15
|
default = 5
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue