-
CONFIG_LWM2M_DEVICE_PWRSRC_MAX
¶
Maximum # of device power source records
Type: int
Help¶
This value sets the maximum number of power source data that a device can store. These are displayed via the “Device” object /3/0/6, /3/0/7 and /3/0/8 resources.
Defaults¶
- 5 if
LWM2M
&&NETWORKING
Kconfig definition¶
At subsys/net/lib/lwm2m/Kconfig:190
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:84
→ subsys/net/lib/Kconfig:17
Menu path: (top menu) → Networking → Network Protocols → OMA LWM2M protocol stack
config LWM2M_DEVICE_PWRSRC_MAX int prompt "Maximum # of device power source records" ifLWM2M
&&NETWORKING
range 1 20 ifLWM2M
&&NETWORKING
default 5 ifLWM2M
&&NETWORKING
depends onLWM2M
&&NETWORKING
help This value sets the maximum number of power source data that a device can store. These are displayed via the "Device" object /3/0/6, /3/0/7 and /3/0/8 resources.
(Definitions include propagated dependencies, including from if’s and menus.)