:orphan: .. title:: LWM2M_SERVER_DEFAULT_PMIN .. option:: CONFIG_LWM2M_SERVER_DEFAULT_PMIN *Default server record PMIN* Type: ``int`` 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. Direct dependencies =================== \ :option:`LWM2M ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/lwm2m/Kconfig:164`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/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 .. parsed-literal:: config LWM2M_SERVER_DEFAULT_PMIN int "Default server record PMIN" default 10 depends on \ :option:`LWM2M ` && \ :option:`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.)*