JSON_AttendanceStatusRuleCfg

AttendanceStatusRuleCfg message in JSON format

{
  "AttendanceStatusRuleCfg":{
    "statusKey":"", 
/*optional, string type, status shortcut key: "Up", "Down", "Left", "Right", "ESC", "OK", "notConfig". If this node is not configured, this node will be set to "notConfig" by default*/
    "statusValue": , 
/*optional, integer type, status value*/
    "WeekPlanCfg":[{
/*optional, schedule*/
      "week":"", 
/*optional, string type, day of the week: "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"*/
      "enable": , 
/*optional, boolean type, whether to enable: "true"-yes, "false"-no*/
      "beginTime":""
/*optional, start time*/
    }]
  }
}