Skip to content

Commit f5bf220

Browse files
Fix name of the Secondary Network Interface device type in the XML. (#36032)
The name does not include "Device Type" in it.
1 parent 49db415 commit f5bf220

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/app/zap-templates/zcl/data-model/chip/matter-devices.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2612,7 +2612,7 @@ limitations under the License.
26122612
<deviceType>
26132613
<name>MA-secondary-network-interface</name>
26142614
<domain>CHIP</domain>
2615-
<typeName>Matter Secondary Network Interface Device Type</typeName>
2615+
<typeName>Matter Secondary Network Interface</typeName>
26162616
<profileId editable="false">0x0103</profileId>
26172617
<deviceId editable="false">0x0019</deviceId>
26182618
<class>Utility</class>

src/darwin/Framework/CHIP/zap-generated/MTRDeviceTypeMetadata.mm

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zzz_generated/chip-tool/zap-generated/cluster/logging/EntryToText.cpp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)