File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ class SilabsConfig
120
120
static constexpr Key kConfigKey_hostname = SilabsConfigKey(kMatterFactory_KeyBase , 0x15 );
121
121
static constexpr Key kConfigKey_clientid = SilabsConfigKey(kMatterFactory_KeyBase , 0x16 );
122
122
static constexpr Key kConfigKey_Test_Event_Trigger_Key = SilabsConfigKey(kMatterFactory_KeyBase , 0x17 );
123
+ static constexpr Key kConfigKey_HardwareVersion = SilabsConfigKey(kMatterFactory_KeyBase , 0x18 );
123
124
// kConfigKey_PersistentUniqueId is the inputkey in the generating of the Rotating Device ID
124
125
// SHALL NOT be the same as the UniqueID attribute exposed in the Basic Information cluster.
125
126
static constexpr Key kConfigKey_PersistentUniqueId = SilabsConfigKey(kMatterFactory_KeyBase , 0x1F );
@@ -134,7 +135,6 @@ class SilabsConfig
134
135
static constexpr Key kConfigKey_Provision_Request = SilabsConfigKey(kMatterFactory_KeyBase , 0x28 );
135
136
static constexpr Key kConfigKey_Provision_Version = SilabsConfigKey(kMatterFactory_KeyBase , 0x29 );
136
137
static constexpr Key kOtaTlvEncryption_KeyId = SilabsConfigKey(kMatterFactory_KeyBase , 0x30 );
137
- static constexpr Key kConfigKey_HardwareVersion = SilabsConfigKey(kMatterFactory_KeyBase , 0x31 );
138
138
139
139
// Matter Config Keys
140
140
static constexpr Key kConfigKey_ServiceConfig = SilabsConfigKey(kMatterConfig_KeyBase , 0x01 );
You can’t perform that action at this time.
0 commit comments