Skip to content

Commit

Permalink
Include missing Descriptor cluster in Secondary Network Commissioning…
Browse files Browse the repository at this point in the history
… Device Type (project-chip#22105)
  • Loading branch information
yufengwangca authored and isiu-apple committed Sep 16, 2022
1 parent f035777 commit 951af23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/zap-templates/zcl/data-model/chip/matter-devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2043,6 +2043,12 @@ limitations under the License.
<deviceId editable="false">0xF002</deviceId>
<clusters lockOthers="true">
<include cluster="Network Commissioning" client="false" server="true" clientLocked="true" serverLocked="true"></include>
<include cluster="Descriptor" client="false" server="true" clientLocked="true" serverLocked="true">
<requireAttribute>DEVICE_TYPE_LIST</requireAttribute>
<requireAttribute>SERVER_LIST</requireAttribute>
<requireAttribute>CLIENT_LIST</requireAttribute>
<requireAttribute>PARTS_LIST</requireAttribute>
</include>
</clusters>
</deviceType>
</configurator>

0 comments on commit 951af23

Please sign in to comment.