From ee57741c8c4060724eae3f4963a05cfed5b79d8f Mon Sep 17 00:00:00 2001 From: Michael Scott Date: Tue, 3 Sep 2019 10:43:09 -0700 Subject: [PATCH] doc: net: Update LwM2M block of overview document Re-word the support block for LwM2M: - the supported interfaces - change wording of supported LwM2M objects to include the "required" keyword instead of explicitly listing them - mention several IPSO Smart Objects Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/16327 Signed-off-by: Michael Scott --- doc/guides/networking/overview.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guides/networking/overview.rst b/doc/guides/networking/overview.rst index de9f2a2e4e3..2af1e07108f 100644 --- a/doc/guides/networking/overview.rst +++ b/doc/guides/networking/overview.rst @@ -78,10 +78,10 @@ can be disabled if not needed. applications are implemented. * **LWM2M** OMA Lightweight Machine-to-Machine Protocol - (`LwM2M specification 1.0.2`_) is - supported via the "Register Device" API (Register, De-Register and Update) - and has template implementations for Security, Server, Device Management and - Firmware objects. Bootstrap support is currently not supported. + (`LwM2M specification 1.0.2`_) is supported via the "Bootstrap", "Client + Registration", "Device Management & Service Enablement" and "Information + Reporting" interfaces. The required core LwM2M objects are implemented as + well as several IPSO Smart Objects. :ref:`lwm2m-client-sample` implements the library as an example. * **DNS** Domain Name Service