:orphan: .. title:: CONFIG_OSDP_CMD_RETRY_WAIT_SEC .. kconfig:: CONFIG_OSDP_CMD_RETRY_WAIT_SEC CONFIG_OSDP_CMD_RETRY_WAIT_SEC ############################## *Retry wait time in seconds after a command error* Type: ``int`` Help ==== .. code-block:: none Time in seconds to wait after a command failure, and before retrying or issuing further commands. Direct dependencies =================== \ :kconfig:`OSDP_MODE_CP ` && \ :kconfig:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 30 Kconfig definition ================== At ``/mgmt/osdp/Kconfig.cp:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:15`` → ``/mgmt/osdp/Kconfig:106`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. code-block:: kconfig config OSDP_CMD_RETRY_WAIT_SEC int "Retry wait time in seconds after a command error" default 30 depends on OSDP_MODE_CP && OSDP help Time in seconds to wait after a command failure, and before retrying or issuing further commands. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*