Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
[
 {
  "id": "1",
  "name": "Area 1",
  "regions": [
   {
    "id": "1.1",
    "zoneId": "1",
    "name": "Region 1.1",
    "zoneDescription": "Zone description"
   }
  ]
 },
 {
  "type": "DISPLAY",
  "id": "DISPLAY:1",
  "extId": "1",
  "name": "Display 1",
  "displayId": "1",
  "state": {
   "id": "normal",
   "type": "NORMAL",
   "fullState": null
  }
 },
 {
  "type": "MACRO",
  "id": "MACRO:2",
  "extId": "2",
  "name": "Macro 2",
  "state": {
   "id": "normal",
   "type": "NORMAL",
   "fullState": null
  }
 },
 {
  "type": "STREAMING_SERVER",
  "id": "STREAMING_SERVER:1",
  "extId": "1",
  "name": "RTSP Server 1",
  "state": {
   "id": "normal",
   "type": "NORMAL",
   "fullState": null
  },
  "port": "554",
  "cams": "1;;;;;;"
 },
 {
  "type": "CAM",
  "id": "CAM:1",
  "extId": "1",
  "name": "Camera 1",
  "displayId": "1",
  "monitorId": "1",
  "state": {
   "id": "connected_recording",
   "type": "NORMAL",
   "fullState": "DISARMED|RECORDER_ON|RECORDING"
  },
  "presets": []
 },
 {
  "type": "SLAVE",
  "id": "SLAVE:R-GYZYEVCOMP",
  "extId": "R-GYZYEVCOMP",
  "name": "Computer DESKTOP-JHRURJJ",
  "state": {
   "id": "connected",
   "type": "NORMAL",
   "fullState": null
  }
 },
 {
  "type": "MONITOR",
  "id": "MONITOR:1",
  "extId": "1",
  "name": "Monitor 1",
  "displayId": "1",
  "monitorId": "1",
  "state": {
   "id": "normal",
   "type": "NORMAL",
   "fullState": null
  },
  "camList": [
   "1"
  ]
 }
] 

...