CONFIG_OSDP_PD_ADDRESS_LIST

List of connected Peripheral Device addresses

Type: string

Help

Comma Separated Values of PD addresses. The number of values in this string should exactly match the number of connected PDs specified above

Direct dependencies

OSDP_MODE_CP && OSDP

(Includes any dependencies from ifs and menus.)

Default

  • “1”

Kconfig definition

At <Zephyr>/subsys/mgmt/osdp/Kconfig.cp:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:32<Zephyr>/subsys/mgmt/Kconfig:15<Zephyr>/subsys/mgmt/osdp/Kconfig:106

Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver

config OSDP_PD_ADDRESS_LIST
    string "List of connected Peripheral Device addresses"
    default "1"
    depends on OSDP_MODE_CP && OSDP
    help
      Comma Separated Values of PD addresses. The number of values in this
      string should exactly match the number of connected PDs specified above

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