diff --git a/actuators.py b/actuators.py index 2c2bf46..8f0a683 100644 --- a/actuators.py +++ b/actuators.py @@ -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), }