JSON_SysAutoCheckTimeCfg

Message about the automatic audio and video detection parameters in JSON format.

{
  "SysAutoCheckTimeCfg":{
    "enable": , 
/*required, boolean, whether to enable automatic audio and video detection: true-enable, false-disable*/
    "dayOfWeek":"", 
/*optional, string, day of the week: "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday", "Everyday", "Null"*/
    "TimeSegment":{
      "beginTime":""
/*optional, string, start time. For example, "10:10" indicates that the start time is 10:10*/
    }
  }
}