:orphan: .. title:: CONFIG_OSDP_PD_POLL_RATE .. kconfig:: CONFIG_OSDP_PD_POLL_RATE CONFIG_OSDP_PD_POLL_RATE ######################## *Number Peripheral Device POLL commands per second* Type: ``int`` Help ==== .. code-block:: none The Control Panel must query the Peripheral Device periodically to maintain connection sequence and to get status and events. This option defined the number of times such a POLL command is sent per second. Direct dependencies =================== \ :kconfig:`OSDP_MODE_CP ` && \ :kconfig:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 20 Kconfig definition ================== At ``/mgmt/osdp/Kconfig.cp:37`` 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_PD_POLL_RATE int "Number Peripheral Device POLL commands per second" default 20 depends on OSDP_MODE_CP && OSDP help The Control Panel must query the Peripheral Device periodically to maintain connection sequence and to get status and events. This option defined the number of times such a POLL command is sent per second. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*