diff --git a/src/routes/ws/websocketRoute.ts b/src/routes/ws/websocketRoute.ts index 44b0d08..8480f97 100644 --- a/src/routes/ws/websocketRoute.ts +++ b/src/routes/ws/websocketRoute.ts @@ -168,6 +168,7 @@ router.ws('/', async (ws, req, next) => { "ambient_color": string } + await SensorHelper.clearAllRawMeasurements();