SubSysTime message in JSON format
{ "SubSysTime":{ "id": , /*required, integer type, partition No., which starts from 1*/ "enteyDelay1": , /*optional, integer type, entrance delay 1, unit: second*/ "enteyDelay2": , /*optional, integer type, entrance delay 2, unit: second*/ "exitDelay": , /*optional, integer type, exiting delay time, unit: second*/ "autoArmingEnable": , /*optional, boolean type, whether to enable automatic arming, "true"-yes, "false"-no*/ "autoArming":"", /*time of automatic arming enabled, which is in 24-hour system and adopts the device local time zone, it is valid only when the autoArmingEnable is "true"*/ "autoDisarmingEnable": , /*optional, boolean type, whether to enable automatic disarming, "true"-yes, "false"-no*/ "autoDisarming":"", /*time of automatic disarming enabled, which is in 24-hour system and adopts the device local time zone, it is valid only when the autoDisarmingEnable is "true"*/ "lateWarningEnable": , /*optional, boolean type, whether to enable late warning*/ "lateWarning":"", /*time of late warning enabled, which is in 24-hour system and adopts the device local time zone, it is valid only when the lateWarningEnable is "true"*/ "weekendsExceptEnable": , /*optional, boolean type, whether to enable automatic arming or disarming except weekend, "true"-yes, "false"-no, and it is valid only when autoArmingEnable is "true" or autoDisarmingEnable is "true"*/ "WeekCfg":[{ "dayOfWeek":"" /*optional, string, day of the week: "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday". This node is valid when weekendsExceptEnable is "true"*/ }], "HolidayExceptionsCfg":{ "enable": , /*optional, boolean, whether to support configuring holiday time period: "true"-yes, "false"-no. Up to six holiday time periods are supported, and currently only months and days of holiday time periods are required*/ "HolidayCfg":[{ "startDate":"", /*optional, string, start date, e.g., "05-09" refers to May 9*/ "endDate":"" /*optional, string, end date, e.g., "05-09" refers to May 9*/ }] }, "permeterDelayTime": , /*optional, delay time of perimeter zone alarm, unit: second, when the perimeter zone alarm is triggered, the siren output will not start until the delay time is ended (during the delay time, do not disarm or clear alarm, otherwise, there is also no siren output)*/ "sounderTime": , /*optioal, audio alarm duration, unit: second*/ "heartbeatInterval":"", /*optional, string type, heartbeat interval of security control panel and peripherals*/ "ACcheckTime": /*optional, integer type, AC detection time*/ } }