fix missing colon
This commit is contained in:
parent
53e5f15dc5
commit
b74c9555d4
|
@ -183,7 +183,7 @@ class Sensors():
|
||||||
'H_ext': SHT40('Humidity'),
|
'H_ext': SHT40('Humidity'),
|
||||||
'heater': GPIOState(22),
|
'heater': GPIOState(22),
|
||||||
'humidifier/heater2': GPIOState(17),
|
'humidifier/heater2': GPIOState(17),
|
||||||
'freezer' GPIOState(14),
|
'freezer': GPIOState(14),
|
||||||
'fan': GPIOState(27),
|
'fan': GPIOState(27),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue