feat: add fertilizer pump test functionality with web integration and HAL support

This commit is contained in:
2026-04-30 20:37:07 +02:00
parent 542ff578bc
commit 0ca09ed498
7 changed files with 43 additions and 2 deletions

View File

@@ -304,6 +304,12 @@ export class Controller {
})
}
testFertilizerPump() {
fetch(PUBLIC_URL + "/fertilizerpumptest", {
method: "POST"
})
}
testPlant(plantId: number) {
let counter = 0
let limit = 30