CONFIG_PELION_LIFETIME

Registration lifetime

Type: int

Help

Interval in seconds between registration renewals. A device transitions
from state "Registered" to "Deregistered" if the registration is not
renewed within this lifetime interval. Recommended lifetime settings
are in the range of multiple hours and days.

Direct dependencies

PELION_SOURCES && PELION_CLIENT

(Includes any dependencies from ifs and menus.)

Default

  • 86400

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig.client:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:26/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig:30

Menu path: (Top) → Modules → pelion-dm (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm) → Pelion Device Management Client Library → Build Pelion client from sources

config PELION_LIFETIME
    int "Registration lifetime"
    range 60 4294967295
    default 86400
    depends on PELION_SOURCES && PELION_CLIENT
    help
      Interval in seconds between registration renewals. A device transitions
      from state "Registered" to "Deregistered" if the registration is not
      renewed within this lifetime interval. Recommended lifetime settings
      are in the range of multiple hours and days.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)