DATE_TYPE
Description
Get or Set Date type configuration. Some devices have RTC which the date and time will keep working even the power was unplugged. Based on the Date type, the device will set the date and time properly. Then, the device's date and time information will be carried by video streams.
If the Date type is SNTP synchronization, the device date and time might be started by Manual date and time settings if it fails of connecting to NTP server and there is no RTC.
If the CHANNEL=n was set with this URL to the Multi-Channel device, this URL is read-only command and the Router's DATE configurations will be returned.
Input Argument
1: Manual Date Type
2: SNTP Synchronization
Attribute
Return of Message
DATE_TYPE='2'
OK: DATE_TYPE='2'
or
ERROR: DATE_TYPE='2'
Applicability
Status
This URL will be obsolete and replaced by DATE_CONFIG
See Also
DATE, DATE_SNTP_IP, DATE_SNTP_UPDATE, DATE_MANUAL_DATE, DATE_MANUAL_TIME, DATE_MANUAL_ZONE, DATE_CONFIG, DAYLIGHT_SAVING_CONFIG
Example
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DATE_TYPE
or
http://ip:port/cgi-bin/cmd/system?DATE_TYPE
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&DATE_TYPE=2
or
http://ip:port/cgi-bin/cmd/system?DATE_TYPE=2
Back to