CONFIG_PELION_ENDPOINT_TYPE

Endpoint type name

Type: string

Help

Optional name for the type of endpoint being connected. Useful for
creating filters and organizing devices.

Direct dependencies

PELION_SOURCES && PELION_CLIENT

(Includes any dependencies from ifs and menus.)

Default

  • “default”

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/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_ENDPOINT_TYPE
    string "Endpoint type name"
    default "default"
    depends on PELION_SOURCES && PELION_CLIENT
    help
      Optional name for the type of endpoint being connected. Useful for
      creating filters and organizing devices.

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