EXAMPLE 1

Send an email to notify that the cellular network is no longer reachable.

The message can only be sent if a WiFi connection to the public network is available.


NET CELLULAR NETWORK

$N11!*  ! *





AT#EMAIL=tec,"cellular network issue"





trigger event is cell change or disconnection from the cellular network.

The first condition is that there is no cellular connection and we do this by verifying that the network operator is different (!) From anything (*) it means empty.

The first action contains the command that sends an EMAIL to all users belonging to the tec group having as object "cellular network issue".


EXAMPLE 2

Send an email to notify that after a recent cell change the radio signal is very low. If the cellular network is already unavailable, a WiFi connection to the public network will be required to ensure delivery.


NET CELLULAR NETWORK

$N12<15 SIGNAL < 15





AT#EMAIL=tec,"cell signal $N18: $N12"





trigger event is cell change or disconnection from the cellular network.

The first condition to check is that the radio signal of the cellular network is less than 15%.

The first action contains the command that sends an EMAIL to all users belonging to the technical group having as object:
"cell signal $N18: $N12"
TAG $N18 which is the identifier of the cell providing the connection
TAG $N12 or the value of the cellular radio signal
The text will look something like this:
cell signal 7983: 8