Automatic Watering System

Welcome, fellow gardener! This is the control panel for our automatic watering system.

We've designed this system to be as easy to use as a garden-variety toaster, but with more buttons.

/soil_moisture_sensors - View soil moisture levels in real-time.

/automatic_pump_control - Adjust the watering schedule with the precision of a Swiss watch.

/irrigation_system_design/override_watering_schedule - For when you want to water your plants like a crazy person.

/irrigation_system_design/automatic_watering_system_settings - Configure your watering schedule to be as precise as a Swiss clockmaker.

			#water_level = get_soil_moisture();
			if (water_level > 0.8) {
				// Do something about it, human!
			} else {
				// Water, human!
			}