Get or Set Day Light Saving configurations. There are two types of input arguments in this URL to set the start/end time of the Day Light Saving.
In Type 1, 4 arguments are used to give the start/end time. The format is described below.
<month>,<the order of week in a month>,<hour:minute>,<weekday>. If the start or end time begins on the hour, the third argument could be <hour>. The minute could be omitted in this URL.
For example, the "3,1,2:30,7" sets the time to 2:30:00 on the first Sunday in March. And, the "3,1,2,7" sets the time to 2:00 on the first Sunday in March.In Type 2, 3 arguments are used to give the start/end time. the format is described below.
<month>,<month day>,<hour:minute>. If the start or end time begins on the hour, the third argument could be <hour>. The minute could be omitted in this URL.
For example, the "3,31,14" sets the time to 14:00 in the March 31. And, the "3,31,14:30" sets the time to 14:30 in the March 31.There is no limitation for the start/end time to have the same format. For example, the format of start time is type1 and it of end time is type 2.
If the CHANNEL=n was set with this URL to the multiple channel encoders, this URL is read-only command and the Router's Day Light Saving configurations will be returned.
a,b1,c1,d1,e1,f1,b2,c2,d2,e2,f2
where
The <b1,c1,d1,e1,f1> indicates the start time of the Day Light Saving.
The <b2,c2,d2,e2,f2> indicates the end time of the Day Light Saving.
Input Argument Description a Day Light Saving Enable/Disable control. 0: Disable, 1: Enable b1/b2 input argument type. 1: Type1, 2: Type 2 c1/c2 month, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 d1/d2 when b1/b2 = 1 d1/d2 are the order of the week in a month. It could be 1, 2, 3, 4 for the first, second, third and last week in a month. when b1/b2 = 2 d1/d2 are the month day started form 1 to 31. e1/e2 the hour:minute of a day started form 0:00 to 23:59. f1/f2 when b1/b2 = 1 f1/f2 are the week day which started from 1 to 7, where 1 is for Monday and 7 is for Sunday when b1/b2 = 2 f1/f2 are not used and will not be the input argument. The format of the input argument when start time type is type 1 and end time type is 2 is a,1,c1,d1,e1,f1,2,c2,d2,e2.
The format of the input argument when start time type is type 2 and end time type is 2 is a,2,c1,d1,e1,2,c2,d2,e2.
DAYLIGHT_SAVING_CONFIG='0,1,7,1,2:30,7,2,3,5,2:30'
OK: DAYLIGHT_SAVING_CONFIG='0,1,7,1,2:45,7,2,3,5,2:45'
or
ERROR: DAYLIGHT_SAVING_CONFIG='0,1,7,1,2:30,7,2,3,5,2:45'
Valid
DATE, DATE_TYPE, DATE_SNTP_IP, DATE_SNTP_UPDATE, DATE_MANUAL_DATE, DATE_MANUAL_TIME, DATE_MANUAL_ZONE, DATE_CONFIG
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DAYLIGHT_SAVING_CONFIG
or
http://ip:port/cgi-bin/cmd/system?DAYLIGHT_SAVING_CONFIG
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DAYLIGHT_SAVING_CONFIG=0,1,7,1,2,7,2,3,5,2
or
http://ip:port/cgi-bin/cmd/system?DAYLIGHT_SAVING_CONFIG=0,1,7,1,2,7,2,3,5,2