removed sample data and worked with schema for agv

This commit is contained in:
2025-05-02 11:15:11 +05:30
parent a704be77d3
commit 2a669f6337
7 changed files with 34 additions and 207 deletions

View File

@@ -170,8 +170,8 @@ function RoboticArmInstance({ robot }: { robot: ArmBotStatus }) {
}
}
const logStatus = (id: string, status: string) => {
// console.log(id + "," + status);
console.log( status);
//
}
return (