[
  {
    "id": 1,
    "label": "数控机床-002",
    "type": "blue",
    "location": {
      "top": 0,
      "left": 400
    },
    "active": false
  },
  {
    "id": 2,
    "label": "机械臂-003",
    "type": "blue",
    "location": {
      "top": 0,
      "left": 150
    },
    "active": false
  },
  {
    "id": 3,
    "label": "巡检机器人-003",
    "type": "yellow",
    "location": {
      "top": 150,
      "left": 200
    },
    "active": false
  },
  {
    "id": 4,
    "label": "巡检机器人-002",
    "type": "yellow",
    "location": {
      "top": 100,
      "left": 300
    },
    "active": false
  },
  {
    "id": 5,
    "label": "打磨机器人-004",
    "type": "yellow",
    "location": {
      "top": 100,
      "left": 500
    },
    "active": false
  }
]