allow single sensor detection, get rid of sensor disabled hardware state == nomessage

This commit is contained in:
2026-02-27 23:12:40 +01:00
parent c575fc2c36
commit 9b21d505e6
10 changed files with 92 additions and 32 deletions

View File

@@ -182,7 +182,7 @@ export interface DetectionPlant {
sensor_b: boolean
}
export interface DetectionResult {
export interface Detection {
plant: DetectionPlant[]
}