pwr rtc u m
Configure the CTM-200's wake up condition based on RTC time.
u | UTC time of first wakeup (default 0)
|
m | wakeup period in seconds
|
m = 0 | Wake up on u only (once) (default)
|
Examples:
- Wake up gateway every 1 hr on the hour :
cmd pwr rtc 0 3600
- Wake up gateway only once a day :
cmd pwr rtc 0 86400
- Wake up gateway at a specific date & time (e.g. New Year's Eve at Sat, 31 Dec 2011 23:59:59 GMT) :
cmd pwr rtc 1325375999 0
- To wake up at a specific date & time and then periodically afterwards if gateway is in minimum power mode (e.g. New Year's Eve at Sat, 31 Dec 2011 23:59:59 GMT and then every 10 minutes if gateway is in minimum power mode) :
cmd pwr rtc 1325375999 600
See also: Power Management
Firmware revision 2.0.1.2221