feat: add pump corrosion protection feature, extend error handling for pump operations, and enhance configuration options

This commit is contained in:
2026-04-16 21:56:46 +02:00
parent b740574c68
commit 0f6cb5243c
6 changed files with 95 additions and 18 deletions

View File

@@ -98,6 +98,7 @@ export enum BoardVersion {
export interface BoardHardware {
board: BoardVersion,
battery: BatteryBoardVersion,
pump_corrosion_protection: boolean,
}
export interface PlantControllerConfig {