add stop and update simulator

This commit is contained in:
2025-10-10 00:29:12 +02:00
parent 65be69d164
commit f5013a88a2
2 changed files with 50 additions and 17 deletions
+2
View File
@@ -141,6 +141,8 @@ func (h *Handlers) update() {
return Sensor{}, err
}
h.simulator.UpdateSensor(req)
return req, nil
})
})