iot-root / garden-of-eden

Truly own that which is yours!
GNU General Public License v3.0
22 stars 6 forks source link

feat(light,pump): add command-line args for light and pump control #48

Closed iot-root closed 7 months ago

iot-root commented 7 months ago

Implement argparse in both light.py and pump_script.py to enable control of light brightness and pump operation via command line. This enhancement allows users to specify on/off state, brightness level for the light, and speed for the pump, improving flexibility and usability of the scripts.

BREAKING CHANGE: Modified the behavior of main execution in both scripts to require command-line arguments, impacting existing automation setups.