From ad0c291b8910c0b4e5aecfa923505f36156dd27f Mon Sep 17 00:00:00 2001 From: liyashuai Date: Fri, 25 Apr 2025 11:17:42 +0800 Subject: [PATCH] examples/generic_switch: set the namespace id value in taglist attribute to a standard one --- examples/generic_switch/main/app_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/generic_switch/main/app_main.cpp b/examples/generic_switch/main/app_main.cpp index 01fb39225..10aa78de7 100644 --- a/examples/generic_switch/main/app_main.cpp +++ b/examples/generic_switch/main/app_main.cpp @@ -42,7 +42,7 @@ extern const char insights_auth_key_end[] asm("_binary_insights_auth_key_txt_end namespace { // Please refer to https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/namespaces -constexpr const uint8_t kNamespaceSwitches = 43; +constexpr const uint8_t kNamespaceSwitches = 0x43; // Common Number Namespace: 7, tag 0 (Zero) constexpr const uint8_t kTagSwitchOn = 0; // Common Number Namespace: 7, tag 1 (One)