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.
Default
0
Kconfig definition
At <Zephyr>/subsys/net/lib/lwm2m/Kconfig:243
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/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
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.)