LE910Cx Linux :
// verify the supported range of values
AT#LWM2MSKIP=?
#LWM2MSKIP: (0,1),(1-FF),(0,1)
OK
// verify the currently set value
AT#LWM2MSKIP?
#LWM2MSKIP: 0,0
OK
// set to disable LwM2M client, it will reboot in particular cases (see
additional notes)
AT#LWM2MSKIP=1
OK
// set to disable LwM2M client, but force NO reboot
AT#LWM2MSKIP=1,,0
OK
LE910Cx ThreadX :
// set the skip property for all agents available in the module's file
system.
AT#LWM2MSKIP=1
OK
// return the answer after the first example command: all LwM2M
clients should be skipped. The mask could vary according to the
agents available in the module's file system.
AT#LWM2MSKIP?
#LWM2MSKIP: 1,7
OK