You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-csc/resources/data/devices.json

191 lines
4.7 KiB

{
"data": [{
"id": 1,
"name": "Device1",
"device": "Cisco Pbx 1",
"mac": "5c-b1-f7-6d-d4-86",
"extension": "Ext2",
"extension2": "Ext3",
"image": "/csc/resources/images/cisco1.jpg",
"seats": [{
"name": 1,
"type": "Shared",
"order": 1,
"position": {
"top": "12%",
"left": "52%",
"anchor": "right"
}
}, {
"order": 2,
"position": {
"top": "16%",
"left": "52%",
"anchor": "right"
}
}, {
"name": 3,
"order": 3,
"type": "Speed dial",
"position": {
"top": "19%",
"left": "52%",
"anchor": "right"
}
}, {
"name": 4,
"order": 4,
"type": "Shared",
"position": {
"top": "30%",
"left": "60%",
"anchor": "top"
}
}, {
"name": 5,
"order": 5,
"type": "Speed dial",
"position": {
"top": "30%",
"left": "67%",
"anchor": "top"
}
}, {
"name": 6,
"order": 6,
"type": "Busy lamp",
"position": {
"top": "30%",
"left": "74%",
"anchor": "top"
}
}]
}, {
"id": 2,
"name": "Device2",
"device": "Cisco Pbx 2",
"mac": "a8-d5-c7-b5-dc-88",
"extension": "Ext1",
"extension2": "Ext2",
"image": "/csc/resources/images/cisco2.jpg",
"seats": [{
"name": 1,
"order": 1,
"type": "Busy lamp",
"position": {
"top": "15%",
"left": "90%",
"anchor": "left"
}
}, {
"name": 2,
"order": 2,
"type": "Speed dial",
"position": {
"top": "18%",
"left": "90%",
"anchor": "left"
}
}, {
"name": 3,
"order": 3,
"type": "Shared",
"position": {
"top": "22%",
"left": "90%",
"anchor": "left"
}
}]
}, {
"id": 3,
"name": "Device3",
"device": "Cisco Pbx 3",
"mac": "0b-4b-7f-ac-b5-eb",
"extension": "Ext3",
"extension2": "Ext1",
"image": "/csc/resources/images/cisco3.jpg",
"seats": [{
"name": 1,
"order": 1,
"type": "Busy lamp",
"position": {
"top": "35%",
"left": "59%",
"anchor": "top"
}
}, {
"name": 2,
"order": 2,
"type": "Shared",
"position": {
"top": "35%",
"left": "81%",
"anchor": "top"
}
}]
}, {
"id": 4,
"name": "Device4",
"device": "Cisco Pbx 1",
"mac": "c4-8a-81-02-9d-76",
"extension": "Ext2",
"extension2": "Ext3",
"image": "/csc/resources/images/cisco1.jpg",
"seats": [{
"name": 1,
"type": "Shared",
"order": 1,
"position": {
"top": "12%",
"left": "52%",
"anchor": "right"
}
}, {
"name": 2,
"order": 2,
"type": "Busy lamp",
"position": {
"top": "16%",
"left": "52%",
"anchor": "right"
}
}, {
"name": 3,
"order": 3,
"type": "Speed dial",
"position": {
"top": "19%",
"left": "52%",
"anchor": "right"
}
}, {
"name": 4,
"order": 4,
"type": "Shared",
"position": {
"top": "30%",
"left": "60%",
"anchor": "top"
}
}, {
"name": 5,
"order": 5,
"type": "Speed dial",
"position": {
"top": "30%",
"left": "67%",
"anchor": "top"
}
}, {
"name": 6,
"order": 6,
"type": "Busy lamp",
"position": {
"top": "30%",
"left": "74%",
"anchor": "top"
}
}]
}]
}