CONFIG_OSDP_PD_CAP_TIME_KEEPING_COMP_LEVEL

Compliance Level

Type: int

Help

Possible values: - 00: The PD does not support time/date functionality - 01: The PD understands time/date settings per Command osdp_TDSET - 02: The PD is able to locally update the time and date

Direct dependencies

OSDP_MODE_PD && OSDP

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At <Zephyr>/subsys/mgmt/osdp/Kconfig.pd:232

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

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

config OSDP_PD_CAP_TIME_KEEPING_COMP_LEVEL
    int "Compliance Level"
    range 0 2
    default 0
    depends on OSDP_MODE_PD && OSDP
    help
      Possible values:
      - 00: The PD does not support time/date functionality
      - 01: The PD understands time/date settings per Command osdp_TDSET
      - 02: The PD is able to locally update the time and date

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