web-map/mocks/scene/getByGroupId
2025-06-11 00:22:16 +08:00

40 lines
790 B
Plaintext

{
"code": 200,
"success": true,
"result": {
"id": "mock-group-scene-1",
"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",
"brand": 1,
"type": 1,
"ip": "127.0.1.1",
"isConnected": true,
"state": 4,
"canOrder": true,
"canStop": true,
"canControl": true
},
{
"id": "mock-robot-2",
"label": "模拟机器人B",
"brand": 1,
"type": 2,
"ip": "127.0.1.2"
}
]
},
"message": "模拟提示"
}