- enhancedcamera settings and region painter.
- Can send to the back end
This commit is contained in:
@@ -9,3 +9,12 @@ export const convertObjtoArray = (obj: Record<string, SystemHealthStatus[]>) =>
|
||||
const statusCategoryArray = Object.entries(obj);
|
||||
return statusCategoryArray;
|
||||
};
|
||||
|
||||
// const data = {
|
||||
// camera: cameraFeedID,
|
||||
// cells: Array.from(paintedCells.entries()).map(([key, cell]) => ({
|
||||
// position: key,
|
||||
// ...cell,
|
||||
// region: regions[selectedRegionIndex]?.name || "Unnamed",
|
||||
// })),
|
||||
// };
|
||||
|
||||
Reference in New Issue
Block a user