MuteVoicePlanCFG capability message in JSON format
{ "MuteVoicePlanCFG":{ "enable":"true,false", /*required, boolean, whether to enable muting: "true"-enable, "false"-disable*/ "WeekPlanCfg":{ /*optional, week schedule parameters*/ "maxSize":56, /*optional, maximum number of schedules that can be configured. Up to 56 schedules can be supported, which means that you can configure up to eight time periods for each day in a week*/ "week":{ /*optional, string, day of the week: "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"*/ "@opt":["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"] }, "id":{ /*optional, configured time period*/ "@min":1, "@max":8 }, "enable":"true,false", /*optional, whether to enable: "true"-enable, "false"-disable*/ "TimeSegment":{ /*optional, time period parameters*/ "beginTime":"", /*start time (device's local time)*/ "endTime":"" /*end time (device's local time)*/ } } } }