JSON_AIRuleTriggerListCap

JSON message about AI rule linkage configuration capability

{
  "AIRuleTriggerListCap":{
    "size":16, 
/*required, int, the maximum number of rule linkages supported by each channel*/
    "notificationMethod":{
      "@opt":["email", "IM", "IO", "syslog", "HTTP", "FTP", "beep", "ptz", "record", "monitorAlarm", "center", "monitorAlarm", "LightAudioAlarm", "focus", "trace", "whiteLight", "audio", "AIAudio"]
/*required, string, notification method: IO, syslog (system log linkage), beep, record, center (uploading to center), audio, AIAudio (AI custom autio file)*/
    }
  }
}