User Manual

Table Of Contents
SARA-R4 series-AT commands manual
UBX-17003787 - R16
26Lightweight M2M
Page 325 of 401
note [178]. The +ULWM2MNOTIFY URC can be triggered by the +ULWM2MCREATE, +ULWM2MWRITE,
+ULWM2MDELETE, +ULWM2MREAD AT commands.
26.2.9.2Syntax
Type Syntax Response Example
Set AT+ULWM2MNOTIFY=<enable> OK AT+ULWM2MNOTIFY=1
OK
Read AT+ULWM2MNOTIFY? +ULWM2MNOTIFY: <enable> +ULWM2MNOTIFY: 0
OK
Test AT+ULWM2MNOTIFY=? +ULWM2MNOTIFY: (list of
supported <enable>s)
OK
+ULWM2MNOTIFY: (0,1)
OK
URC +ULWM2MNOTIFY: <LwM2M_Lua_
string>
+ULWM2MNOTIFY: write to
resource 5750, value Accelerometer
26.2.9.3Defined values
Parameter Type Description
<enable> Number Allowed values:
0: +ULWM2MNOTIFY URC disabled
1: +ULWM2MNOTIFY URC enabled
The factory-programmed value is:
SARA-R4 - 1
<LwM2M_Lua_
string>
String String as passed to the Lua API function lua_send_urc(), called from the Lua scripts.
26.2.9.4Notes
SARA-R4
The <LwM2M_Lua_string> maximum length is 128 characters.
SARA-R410M-02B / SARA-R410M-52B / SARA-R412M
The command is not supported by SARA-R410M-02B-00, SARA-R410M-02B-01, SARA-R410M-52B-00,
SARA-R410M-52B-01, SARA-R412M-02B-00 and SARA-R412M-02B-01.
26.2.10LwM2M host device information +ODIS
+ODIS
Modules SARA-R410M-02B SARA-R410M-52B SARA-R412M
Syntax PIN required Settings saved Can be aborted Response time Error referenceAttributes
full Yes No No - +CME Error
26.2.10.1Description
Sets the host identification, manufacturer, model number and software version for the LwM2M device
management. If the current MNO profile is not set to AT&T (see the +UMNOPROF AT command, <MNO>=2)
and the command is issued, the module returns an error result code.
Upon the command execution the new setting is saved in a file in the file system and is persistent across power
cycles.
26.2.10.2Syntax
Type Syntax Response Example
Set AT+ODIS=<Host_Device_ID>,<Host_
Device_Manufacturer>,<Host_
Device_Model>,<Host_Device_
Software_Version>
OK AT+ODIS="ubx123456-","u-blox","C0
30-R510","A1.01"
OK
Read AT+ODIS? +ODIS: <Host_Device_
Manufacturer>,<Host_Device_
Model>,<Host_Device_Software_
Version>
OK
+ODIS: "u-blox","C030-R510","A1.01"
OK