AT Commands Phone Terminal Terminated 120
4.22.2 Unsolicited result codes
+CALV Alarm Event
4.22.3 Use scenarios
Alarm Functionality
Description: This unsolicited result code is returned when an alarm is activated. The alarm is set
using AT+CALA.
Unsolicited result code:+CALV: <n>
Parameter:
<n>: Integer; identifies an alarm event.
AT Command Response Comment
AT+CALA=? Test if the command is supported
+CALA: 1,,0,13,
(0-13)
OK
Only one alarm is supported, <type> is not
supported
AT*ERIN=3,5 Set alarm ring type to ‘High’ ring signal
OK
AT+CALA=”14:25” Set alarm time to 14:25
OK
AT+CALA? Shows all active alarms
+CALA: “14:25”,1,,,
OK
One alarm is set
The alarm index is ‘1’
The alarm has no text set - default is set
The alarm is not recurrent
AT+CALA=”06:10”,
2,,,”1,2,3,4,5”
Set a new alarm for 06:10 on all weekdays
OK
AT+CALA?
+CALA: “14:25”,1,,,
+CALA: “06:10”,2,,,
”1,2,3,4,5”
OK
+CALV: 1 Alarm event reported
Alarm is executed (at 06:10 every weekday)
AT+CAPD=540 Postpone the alarm for 9 minutes
OK
+CALV: 1 9 minutes later; alarm event report
AT+CAPD=0 Dismiss the alarm
OK