:orphan: .. title:: CONFIG_LWM2M_GATEWAY_DEFAULT_IOT_DEVICE_OBJECTS .. kconfig:: CONFIG_LWM2M_GATEWAY_DEFAULT_IOT_DEVICE_OBJECTS CONFIG_LWM2M_GATEWAY_DEFAULT_IOT_DEVICE_OBJECTS ############################################### *Contains the Objects and Object Instances exposed by Gateway* Type: ``string`` Help ==== .. code-block:: none It uses the same CoreLnk format as Registration Interface. This must be populated by Gateway. Example: ;ver=1.0,,;ver=1.0,, ;ver=1.0,,;ver=1.0,, Direct dependencies =================== \ :kconfig:`LWM2M_GATEWAY_OBJ_SUPPORT ` && \ :kconfig:`LWM2M ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - "" Kconfig definition ================== At ``/net/lib/lwm2m/Kconfig:455`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/lib/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → OMA LWM2M protocol stack → Enable LwM2M Gateway Object (25) [EXPERIMENTAL] .. code-block:: kconfig config LWM2M_GATEWAY_DEFAULT_IOT_DEVICE_OBJECTS string "Contains the Objects and Object Instances exposed by Gateway" default "" depends on LWM2M_GATEWAY_OBJ_SUPPORT && LWM2M && NETWORKING help It uses the same CoreLnk format as Registration Interface. This must be populated by Gateway. Example: ;ver=1.0,,;ver=1.0,, ;ver=1.0,,;ver=1.0,, *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*