JSON_MuteVoicePlanCFG

MuteVoicePlanCFG message in JSON format

{
  "MuteVoicePlanCFG":{
    "enable": , 
/*required, boolean, whether to enable muting: "true"-enable, "false"-disable*/
    "WeekPlanCfg":[{
/*optional, week schedule parameters*/
      "week":"", 
/*optional, string, day of the week: "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"*/
      "id": , 
/*optional, integer, time period No., it is between 1 and 8*/
      "enable": , 
/*optional, boolean, whether to enable: "true"-enable, "false"-disable*/
      "TimeSegment":{
        "beginTime":"", 
/*optional, start time (device's local time)*/
        "endTime":""
/*optional, end time (device's local time)*/
      }
    }]
  }
}