nrf9160

Set command

The set command sets indicator states.

Syntax:

+CIND=[<ind>[,<ind>[,...]]]

Response syntax:

+CIND: <descr>,<value>

The set command parameters and their defined values are the following:

<ind>
Integer. 0 – Off.

Other values are <descr>-specific.

"service": 1 – On
"roam": 1 – On
"message": 1 – On
<descr>
"service" – Service availability
"roam" – Roaming indicator
"message" – Message received
<value>
Integer. Values are <descr>-specific.
"service": 0 – Not registered, 1 – Registered
"roam": 0 – Not roaming, 1 – Roaming
"message": 1 – Message received

The following command example enables service and message indicators:

AT+CIND=1,0,1
OK

The following notification example indicates that the device is in service:

+CIND: "service",1