add freezer sensor

master
Nicolò Balzarotti 2023-02-25 12:18:19 +01:00
parent dc755603e3
commit 7cd0f0802a
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ class Sensors():
'H_ext': SHT40('Humidity'),
'heater': GPIOState(22),
'humidifier/heater2': GPIOState(17),
'heater': GPIOState(14),
'fan': GPIOState(27),
}