JSON_HostStatusCap

JSON message about the capability of getting security control panel's status

{
  "HostStatusCap":{
    "isSptZones": , 
/*optional, boolean, whether it supports getting the status of all zones*/
    "isSptSubSystems": , 
/*optional, boolean, whether it supports getting the status of all partitions*/
    "isSptExDev": , 
/*optional, boolean, whether it supports getting the status of all peripherals*/
    "isSptBatteries": , 
/*optional, boolean, whether it supports getting the status of all storage batteries*/
    "isSptCommunication": , 
/*optional, boolean, whether it supports getting the communication status of the security control panel*/
    "isSpthostItself": ,
/*optional, boolean, whether it supports getting status of the security control panel itself*/
    "isSptACPower": ,
/*optional, boolean, whether it supports getting AC power supply status*/
    "isSptAllHost": ,
/*optional, boolean, whether it supports getting the status of all security control panels*/
    "isSptSubSysArmStatus": , 
/*optional, boolean, whether it supports partition's arming status*/
    "isSptSubSysFault": ,
/*optional, boolean, whether it supports getting partition faults*/
    "isSptCondZones": , 
/*optional, boolean, whether it supports getting zone status by conditions*/
    "maxZonesResults": , 
/*optional, integer, maximum number of zone status that can be obtained this time by calling the URI*/
    "isSptOutputMod": , 
/*optional, boolean, whether it supports getting output module status*/
    "isSptCondOutputs": , 
/*optional, boolean, whether it supports getting relay status by conditions*/
    "maxOutputsResults": , 
/*optional, integer, maximum number of output module status that can be obtained this time by calling the URI*/
    "isSptOutputs": , 
/*optional, boolean, whether it supports getting relay status*/
    "isSptSirenMod": , 
/*optional, boolean, whether it supports getting siren status*/
    "isSptRepeaterMod": , 
/*optional, boolean, whether it supports getting repeater status*/
    "isSptCardReaderMod": , 
/*optional, boolean, whether it supports getting card reader status*/
    "isSptExtensionModuleMod": , 
/*optional, boolean, whether it supports getting extension module status*/
    "isSptKeypadMod": ,
/*optional, boolean, whether it supports getting keypad status*/
    "isSptTransmitter":  true,  
/*optional, boolean, whether it supports getting transmitter status, related URI: /ISAPI/SecurityCP/status/transmitterStatus?format=json*/
    "isSupportSubSystemsSearch":  true,  
/*optional, boolean, whether it supports searching for partition status (by page)*/
    "isSupportSirenSearch":  true,  
/*optional, boolean, whether it supports searching for sounder status (by page)*/
    "isSptIPCZones":  true  
/*optional, boolean, whether it supports getting network camera zone status, related URI: /ISAPI/SecurityCP/Zone/IPC/status?format=json*/
  }
}