From 98bb822673ac1a1559b947a5284d4d4dc4506269 Mon Sep 17 00:00:00 2001 From: Kerboul Date: Sun, 27 Apr 2025 11:34:39 +0200 Subject: [PATCH] =?UTF-8?q?fix(camera):=20Renommer=20la=20propri=C3=A9t?= =?UTF-8?q?=C3=A9=20'active'=20en=20'idle'=20pour=20clarifier=20l'=C3=A9ta?= =?UTF-8?q?t=20de=20la=20cam=C3=A9ra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/cameraController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/cameraController.js b/src/controllers/cameraController.js index 4119aa2..d5e18f5 100644 --- a/src/controllers/cameraController.js +++ b/src/controllers/cameraController.js @@ -95,7 +95,7 @@ class CameraController { interval: null, nb_images: null, stop_flag: false, - active: 0 // idle = true + idle: true // idle = true }; await Camera.updateCamera(1, newSettings);