Add compatibility for more fridge models #93

This commit is contained in:
Andre Basche 2023-07-19 23:57:33 +02:00
parent 8d6a6a509b
commit f0fb5742a4
26 changed files with 229 additions and 47 deletions

View file

@ -224,3 +224,5 @@ AP_DIFFUSER_LEVEL = {
3: "h_biotics",
4: "custom",
}
REF_HUMIDITY_LEVELS = {1: "low", 2: "mid", 3: "high"}