fix(camera): Renommer la propriété 'active' en 'idle' pour clarifier l'état de la caméra
All checks were successful
SSH Backend Deploy / ssh-deploy (push) Successful in 10s
All checks were successful
SSH Backend Deploy / ssh-deploy (push) Successful in 10s
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user