add freezer actuator to pin 14

master
Nicolò Balzarotti 2023-02-25 11:35:51 +01:00
parent b65af6c02b
commit 91505d55da
1 changed files with 2 additions and 0 deletions

View File

@ -101,4 +101,6 @@ actuators = {
wattage=25),
'heater2': PIN(pin=17, initial=GPIO.HIGH, onstate=GPIO.LOW, offstate=GPIO.HIGH,
wattage=2000),
'freezer': PIN(pin=14, initial=GPIO.HIGH, onstate=GPIO.LOW, offstate=GPIO.HIGH,
wattage=165),
}