JSON_Cap_AttendanceStatusModeCfg

AttendanceStatusModeCfg capability message in JSON format

{
  "AttendanceStatusModeCfg":{
    "mode":{
/*optional, string type, attendance mode: "disable", "manual", "auto"-automatic, "manualAndAuto"-manual and automatic*/
      "@opt":"disable,manual,auto,manualAndAuto"
    }, 
    "manualStatusTime":{
/*optional, integer type, duration of manual attendance status, unit: second. This node is valid when mode is "manual" or "manualAndAuto"*/
      "@min":5, 
      "@max":999
    }, 
    "attendanceStatusEnable":"true,false"
/*optional, boolean type, whether to enable attendance status: "true"-yes (if the device has not been configured with start time and end time of the automatic attendance mode, the user will be prompted to select the attendance status), "false"-no (if the device has not been configured with start time and end time of the automatic attendance mode, there will be no prompt)*/
  }
}