The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_OSDP_PD_CAP_READER_LED_CONTROL_COMP_LEVEL

Compliance Level

Type: int

Help

Possible values:
- 01: the PD support on/off control only
- 02: the PD supports timed commands
- 03: like 02, plus bi-color LEDs
- 04: like 02, plus tri-color LEDs

Direct dependencies

OSDP_MODE_PD && OSDP

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At subsys/mgmt/osdp/Kconfig.pd:153

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:35subsys/mgmt/Kconfig:15subsys/mgmt/osdp/Kconfig:102

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

config OSDP_PD_CAP_READER_LED_CONTROL_COMP_LEVEL
    int "Compliance Level"
    range 0 4
    default 0
    depends on OSDP_MODE_PD && OSDP
    help
      Possible values:
      - 01: the PD support on/off control only
      - 02: the PD supports timed commands
      - 03: like 02, plus bi-color LEDs
      - 04: like 02, plus tri-color LEDs

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