Field Type Index Description Example
name string No PC name

For example “E0630920507

  • E06 represents the building code
  • 3092 represents the room number
  • 05 represents the x-coordination
  • 07 represents the y-coordination
"name": "E063092-05-07"
x integer No x-coordination of the PC location:

  • The projector screen of the computer room is at your back
  • “x”: “1” means the first row the PC, “x”: “2” means the second row, and so on
  • “x”: “0” stands for the teacher’s PC
"x": 5
y integer No y-coordination of the PC location:

  • The projector screen of the computer room is at your back
  • The number counts from right to the left
  • “y”: “1” means the first PC from the right-hand side and so on
"y": 7
available boolean No Availability of the PC:

  • “available”: true means PC available
  • “available”: false means PC occupied or PC not available
"available": true