:orphan: .. title:: OSDP_PD_CAP_READER_AUDIBLE_OUTPUT_COMP_LEVEL .. option:: CONFIG_OSDP_PD_CAP_READER_AUDIBLE_OUTPUT_COMP_LEVEL *Compliance Level* Type: ``int`` Help ==== Possible values: - 01: the PD support on/off control only - 02: the PD supports timed commands Direct dependencies =================== \ :option:`OSDP_MODE_PD ` && \ :option:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/osdp/Kconfig.pd:174`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:15`` → ``subsys/mgmt/osdp/Kconfig:102`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver → OSDP PD Capabilities → Audible Output .. parsed-literal:: config OSDP_PD_CAP_READER_AUDIBLE_OUTPUT_COMP_LEVEL int "Compliance Level" range 0 2 default 0 depends on \ :option:`OSDP_MODE_PD ` && \ :option:`OSDP ` help Possible values: - 01: the PD support on/off control only - 02: the PD supports timed commands *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*