:orphan: .. title:: CONFIG_LWM2M_SERVER_DEFAULT_PMIN .. kconfig:: CONFIG_LWM2M_SERVER_DEFAULT_PMIN CONFIG_LWM2M_SERVER_DEFAULT_PMIN ################################ *Default server record PMIN* Type: ``int`` Help ==== .. code-block:: none Default minimum amount of time in seconds the client must wait between notifications. If a resource has to be notified during this minimum time period, the notification must be sent after the time period expires. Direct dependencies =================== \ :kconfig:`LWM2M ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/net/lib/lwm2m/Kconfig:184`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/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 .. code-block:: kconfig config LWM2M_SERVER_DEFAULT_PMIN int "Default server record PMIN" default 0 depends on LWM2M && NETWORKING help Default minimum amount of time in seconds the client must wait between notifications. If a resource has to be notified during this minimum time period, the notification must be sent after the time period expires. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*