Table of Contents

.al Alert Command

Configures and alerts the user. Returns an error if vibrate and buzzer are both off.

Android iOS .NET
link coming soon link coming soon AlertCommand

Parameters

Identifier Values Description
-b on/off Buzzer on or off
-d sho/med/lon Buzzer/Vibrate duration short, medium or long
-fm Plays "Find Me" tune
-l low/med/hig Volume level
-n No action, just set the parameters
-p List the current parameter values
-t low/med/hig Buzzer tone low, medium or high
-v on/off Vibrate on or off
-x Reset the parameters to defaults

Parameter detail

-b

Buzzer on or off

TypeEnum
Valueon/off
Rangeon/off
Order In Interpretation3
Default Valueon

-d

Buzzer/Vibrate duration short, medium or long

TypeEnum
Valuesho/med/lon
Rangesho/med/lon
Order In Interpretation4
Default Valuesho

-fm

Plays "Find Me" tune

TypeSwitch
Value
Range
Order In Interpretation2

-l

Volume level

TypeEnum
Valuelow/med/hig
Rangelow/med/hig
Order In Interpretation5
Default Valuehig

-n

No action, just set the parameters

TypeSwitch
Value
Range
Order In Interpretation9

-p

List the current parameter values

TypeSwitch
Value
Range
Order In Interpretation8

-t

Buzzer tone low, medium or high

TypeEnum
Valuelow/med/hig
Rangelow/med/hig
Order In Interpretation6
Default Valuehig

-v

Vibrate on or off

TypeEnum
Valueon/off
Rangeon/off
Order In Interpretation7
Default Valueon

-x

Reset the parameters to defaults

TypeSwitch
Value
Range
Order In Interpretation1

Parameter Interpretation Order

-x, -fm, -b, -d, -l, -t, -v, -p, -n

Parameter Defaults

-b on,-d sho, -l hig, -t hig, -v on,

Response Headers

CS ER ME OK PR

Examples

CommandResponseAction
.al -bon -voffCS: .al -bon -voff

OK:

Buzzer sounds
.al -p -nCS: .al -p -n

PR: -b on -d sho -l hig -n -p -t hig -v off -x

OK:

None
.al -boff -voffCS: .al -boff -voff

ME: Buzz and Vibrate are both off

ER:003

None