Reducing buffer for humidity from 15 to 5 %

This commit is contained in:
Moritz Graf 2026-07-05 07:45:56 +02:00
parent e6556e5eb2
commit f64540a8f5
1 changed files with 1 additions and 1 deletions

View File

@ -71,5 +71,5 @@ variable "critical_humi_ref_temp" {
variable "critical_humi_buffer" {
type = number
description = "Safety buffer [%] subtracted from the critical relative humidity threshold"
default = 15
default = 5
}