XML_LampSchedTimeList

Message about the parameters of the alarm lamp flickering schedule in XML format.

<LampSchedTimeList version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <enabled><!--required, xs:boolean, whether to enable the alarm lamp flickering schedule--></enabled>
  <weekday><!--multiple <weekday> nodes can be returned according to the actual settings-->
    <index><!--required, xs:string, the day of the week: "1", "2", "3", …--> </index>
    <schedTime><!--required, xs:string, time periods in the schedule. For example, if the start time is 09:22:41 and the end time is 10:01:56, this node will be "092241-100156". Multiple <schedTime> nodes can be returned according to the actual settings--></schedTime>
  </weekday>
</LampSchedTimeList>