:orphan: .. title:: UPDATEHUB_PRODUCT_UID .. option:: CONFIG_UPDATEHUB_PRODUCT_UID *Product Unique Identifier (UID)* Type: ``string`` Help ==== The product unique identifier is used when communicating with the UpdateHub server. Direct dependencies =================== \ :option:`UPDATEHUB ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/updatehub/Kconfig:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:13`` Menu path: (Top) → Sub Systems and OS Services → Device Management → UpdateHub Firmware Over-the-Air support .. parsed-literal:: config UPDATEHUB_PRODUCT_UID string "Product Unique Identifier (UID)" depends on \ :option:`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.)*