JSON_TerminalMgrCap

JSON message about capabilities of terminal management parameters

{
  "TerminalMgrCap": {
    "isSupportPlayInfoDelete": true,
/*optional, boolean, whether it supports deleting terminal playing information*/
    "isSupportResolution": true,
/*optional, boolean, whether it supports configuring resolution*/
    "isSupportBatchUpgradeProgress": true,
/*optional, boolean, whether it supports getting terminal upgrade progress in a batch*/
    "isSupportBatchProgress": true,
/*optional, boolean, whether it supports getting terminal cut-in progress in a batch*/
    "isSupportTerminalBatchAdbDebug": true,
/*optional, boolean, whether it supports debugging with ADB in a batch*/
    "isSupportBindIPC": true,
/*optional, boolean, whether it supports binding network cameras*/
    "isSupportTerminalntpServers": true,
/*optional, boolean, whether it supports synchronizing time through NTP server*/
    "isSupportReleaseInfoEncrypt": true,
/*optional, boolean, whether it supports encrypting release information*/
    "isSupportUpgradeV20": true,
/*optional, boolean, whether it supports upgrading V20*/
    "isSupportInsertPlay":  true,	
/*optional, boolean, whether it supports cut-in configuration*/
  }
}