update humidifier with correct wattage

master
Nicolò Balzarotti 2023-02-21 19:24:34 +01:00
parent a81d2cc6a1
commit 9c32bb4c4c
1 changed files with 1 additions and 1 deletions

View File

@ -98,5 +98,5 @@ actuators = {
'fan': PIN(pin=27, initial=GPIO.HIGH, onstate=GPIO.LOW, offstate=GPIO.HIGH,
wattage=12*0.4),
'humidifier': PIN(pin=17, initial=GPIO.HIGH, onstate=GPIO.LOW, offstate=GPIO.HIGH,
wattage=30),
wattage=25),
}