The latest development version of this page may be more current than this released 1.14.1 version.
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.

Direct dependencies

LWM2M && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/lib/lwm2m/Kconfig:190

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/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" if LWM2M && NETWORKING
    range 1 20 if LWM2M && NETWORKING
    default 5 if LWM2M && NETWORKING
    depends on LWM2M && 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.)