Skip to content

Commit

Permalink
Sync aggregator device type with specs (#21918)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadhavrohit924 authored Aug 16, 2022
1 parent 57f7397 commit c7e40a3
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/app/zap-templates/zcl/data-model/chip/matter-devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,29 +155,19 @@ limitations under the License.
</clusters>
</deviceType>
<deviceType>
<name>MA-bridge</name>
<name>MA-aggregator</name>
<domain>CHIP</domain>
<typeName>Matter Bridge</typeName>
<typeName>Matter Aggregator</typeName>
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0x000e</deviceId>
<clusters lockOthers="true">
<include cluster="Identify" client="false" server="true" clientLocked="true" serverLocked="true">
<requireAttribute>IDENTIFY_TIME</requireAttribute>
<requireAttribute>IDENTIFY_TYPE</requireAttribute>
<requireCommand>Identify</requireCommand>
<requireCommand>IdentifyQuery</requireCommand>
<requireCommand>TriggerEffect</requireCommand>
</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>
<include cluster="Binding" client="true" server="false" clientLocked="false" serverLocked="true">
<requireAttribute>BINDING</requireAttribute>
</include>
<include cluster="Actions" client="false" server="true" clientLocked="true" serverLocked="true"></include>
<include cluster="Actions" client="false" server="false" clientLocked="true" serverLocked="false"></include>
</clusters>
</deviceType>
<deviceType>
Expand Down

0 comments on commit c7e40a3

Please sign in to comment.