JSON_pircam

JSON message about the pircam parameters of a specific zone

{
  "pircam":{
    "enabled": , 
/*required, boolean, whether to enable pircam (detector equipped with camera) configuration*/
    "channelNo": , 
/*optional, integer, pircam (detector equipped with camera) channel No.*/
    "picColorResolution":"", 
/*optional, string, picture resolution*/
    "zoneName":"", 
/*optional, read-only, string, zone name*/
    "camEnable": , 
/*optional, boolean, whether to enable the camera*/
    "picNum": , 
/*optional, int, number of pictures. For pictures whose resolution is 640*480, this field is between 0 and 10; for other resolution, this field is between 0 and 20*/
    "picInterval": , 
/*optional, float, picture capture interval, unit: second*/
    "picQoc":"", 
/*optional, string, picture quality: "20%","40%","60%"*/
    "detectInterval": , 
/*optional, int, detection interval (valid alarm duration)*/
    "LEDEnable": , 
/*optional, boolean, whether to enable the LED indicator*/
    "LEDLatchTime": ,
/*optional, int, delay time of the LED indicator, unit: second*/
    "devDetectEnable": ,
/*optional, boolean, whether to enable device detection*/
    "signGainCfg":"",
/*optional, string, pircam detector gain*/
    "petImmueFilter":"",
/*optional, boolean, whether the pet can trigger the pircam alarm: true-yes*/
    "pulseFilterCfg": , 
/*optional, int, number of impulse waves*/
    "holdOffTime": ,
/*optional, int, delay time, 0 indicates no delay, unit: second*/
    "jpegModeCfg":"", 
/*optional, string, format of pictures captured by pircam*/
    "sensitivityLevel":"", 
/*optional, string, sensitivity level: "high", "auto", "antiPet"-pet immune*/
    "findMeEnabled": , 
/*optional, boolean, whether to enable the Find Me function*/
    "climeEnabled": , 
/*optional, boolean, whether to enable muting*/
    "videoResolution":"", 
/*optional, string, video resolution*/
    "picMode":"", 
/*optional, string, picture mode: "blackAndWhite"-black and white, "color"*/
    "videoTime": , 
/*optional, int, video duration, unit: second*/
    "triggerTime": , 
/*optional, int, alarm interval, unit: second*/
    "triggerNum": ,
/*optional, int, alarm triggering times. When the number of detector alarms reaches the configured limit and there is no alarm uploaded by any other zone in the whole security control system, the pircam will not trigger alarm again; if there are alarms uploaded by other zones, this field will be set to 0 and the alarm triggering times will be calculated again*/
    "linkageCaptureType": ,
/*optional, string, linkage action after the alarm is triggered: "picture"-the pircam will capture pictures, "4seconds video"-record a 4-second video, "8seconds video"-record an 8-second video*/
    "heartBeatInterval": ,
/*optional, int, heartbeat interval of the security control panel and the peripheral, unit: second*/
    "frame": ,
/*optional, int, frame rate*/
    "alwaysActiveEnabled":  true,	
/*optional, boolean, whether to enable detector working all the time even if the zone is disarmed*/
    "operateTime":  "1970-01-01T00:00:00+08:00",	
/*optional, datetime, operation time in ISO 8601 time format, this node should be used together with "nextArmTime"*/
    "nextArmTime":  3	
/*optional, int, time before the next arming: 3, 6, 12, 24, 48, 96, 192, unit: h*/
  }
}