web-map/mocks/scene/getByGroupId

40 lines
790 B
Plaintext
Raw Normal View History

2025-05-10 15:41:21 +08:00
{
"code": 200,
"success": true,
2025-06-11 00:22:16 +08:00
"result": {
2025-05-10 15:41:21 +08:00
"id": "mock-group-scene-1",
2025-05-11 18:46:59 +08:00
"label": "模拟组场景A",
"group": {
"sid": "mock-scene-1",
"id": "mock-robot-group",
"label": "模拟机器人组",
"robots": [
"mock-robot-1",
"mock-robot-2"
]
},
"robots": [
{
"id": "mock-robot-1",
"label": "模拟机器人A",
2025-06-04 18:43:50 +08:00
"brand": 1,
2025-05-11 18:46:59 +08:00
"type": 1,
"ip": "127.0.1.1",
"isConnected": true,
"state": 4,
"canOrder": true,
"canStop": true,
"canControl": true
},
{
"id": "mock-robot-2",
"label": "模拟机器人B",
2025-06-04 18:43:50 +08:00
"brand": 1,
2025-05-11 18:46:59 +08:00
"type": 2,
"ip": "127.0.1.2"
}
]
2025-05-10 15:41:21 +08:00
},
"message": "模拟提示"
}