remove HAL implementation files for v3 and v4, and the build script

This commit is contained in:
2026-01-04 18:41:38 +01:00
parent 412a26390a
commit d33b05e1d7
21 changed files with 504 additions and 1418 deletions

View File

@@ -175,12 +175,12 @@ export interface BatteryState {
}
export interface DetectionPlant {
a: boolean,
b: boolean
sensor_a: boolean,
sensor_b: boolean
}
export interface DetectionResult {
plants: DetectionPlant[]
plant: DetectionPlant[]
}
export interface TankInfo {
@@ -202,3 +202,4 @@ export interface TankInfo {
water_temp: number | null,
temp_sensor_error: string | null
}