commit | 0d1577f7fe60b240d704e902b6edc2ff6920dbd8 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Thu Apr 15 12:43:40 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Apr 29 09:51:54 2021 -0400 |
tree | cf574ebd7b0705f502ff68ca541974540d35eb3b | |
parent | 66c5fdc9847f9d48ffae12a347ce057b992d574b [diff] |
net: lwm2m: Add API function to delete object instance Since the API already has a function to create an LwM2M object instance, it makes sense to add a corresponding delete funtion, allowing the application to delete created objects. Additionally, for the remote delete set the Registration Update trigger only when not in bootstrap mode. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>