User Manual
Publication date: June, 2005
Revision A1
239
::= { GSW2690Time 4 }
GSW2690NTPTimeSync OBJECT-TYPE
SYNTAX INTEGER(0|1)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Sync time from NTP Server. Get this oid always return zero.
Setting the Time Server and TimeZone before doing time sync.
Notice that time server must be correct!
value range (1|0):
1 - sync.
0 - do nothing."
-- @@ACTION ruby_sys_time
::= { GSW2690Time 5 }
GSW2690DaylightSavingTime OBJECT-TYPE
SYNTAX INTEGER(-5..5)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Get/Set the daylight saveing time.
value range is between -5 and 5. unit: hour. "
-- @@ACTION ruby_sys_time
::= { GSW2690Time 6 }
GSW2690DaylightStartTime OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Get/Set the Start time of Daylight Saving.
The input format is 'MM/DD/HH',
and daylight saving start month can't equal end month.
example: month/day/hour 10/01/00
month: 01~12, day: 01~31, hour: 00~23 ."
-- @@ACTION ruby_sys_time
::= { GSW2690Time 7 }
GSW2690DaylightEndTime OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Get/Set the End time of Daylight Saving.
The input format is 'MM/DD/HH',
and daylight saving start month can't equal end month.
example: month/day/hour 04/01/00
month: 01~12, day: 01~31, hour: 00~23 ."
-- @@ACTION ruby_sys_time
::= { GSW2690Time 8 }
----------------------------------------------------------------------------------------