:orphan: .. title:: CONFIG_UPDATEHUB_PRODUCT_UID .. kconfig:: CONFIG_UPDATEHUB_PRODUCT_UID CONFIG_UPDATEHUB_PRODUCT_UID ############################ *Product Unique Identifier (UID)* Type: ``string`` Help ==== .. code-block:: none The product unique identifier is used when communicating with the UpdateHub server. Direct dependencies =================== \ :kconfig:`UPDATEHUB ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/mgmt/updatehub/Kconfig:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Device Management → UpdateHub Firmware Over-the-Air support .. code-block:: kconfig config UPDATEHUB_PRODUCT_UID string "Product Unique Identifier (UID)" depends on UPDATEHUB help The product unique identifier is used when communicating with the UpdateHub server. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*