web-map/src/apis/robot/constant.ts

17 lines
226 B
TypeScript
Raw Normal View History

2025-04-29 20:08:08 +08:00
export enum RobotBrand {
'先工' = 1,
}
2025-04-20 00:49:14 +08:00
export enum RobotType {
2025-04-29 20:08:08 +08:00
= 1,
AMR机器人,
,
}
export enum RobotState {
'任务执行中' = 1,
'充电中',
'停靠中',
'故障中',
2025-04-20 00:49:14 +08:00
}