feat: add sensor combine mode with Min, Max, and Avg options, update web UI and configuration for multi-sensor support
This commit is contained in:
@@ -141,6 +141,7 @@ export interface PlantConfig {
|
||||
min_pump_current_ma: number,
|
||||
max_pump_current_ma: number,
|
||||
ignore_current_error: boolean,
|
||||
sensor_combine_mode: string,
|
||||
}
|
||||
|
||||
export interface PumpTestResult {
|
||||
|
||||
Reference in New Issue
Block a user