feat: add fertilizer pump functionality with configuration, web UI, and HAL integration

This commit is contained in:
2026-04-30 20:44:07 +02:00
parent 0ca09ed498
commit 6809a37d9d
5 changed files with 25 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ export interface PlantConfig {
min_moisture: number,
pump_time_s: number,
pump_cooldown_min: number,
fertilizer_s: number,
pump_hour_start: number,
pump_hour_end: number,
pump_limit_ml: number,