Skip to content

Commit

Permalink
Sync bridged node device type with specs (#21919)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadhavrohit924 authored and pull[bot] committed Sep 19, 2023
1 parent 8c861f5 commit 074a550
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/app/zap-templates/zcl/data-model/chip/matter-devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,27 +167,17 @@ limitations under the License.
<profileId editable="false">0x0103</profileId>
<deviceId editable="false">0x0013</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="Bridged Device Basic" client="false" server="true" clientLocked="true" serverLocked="true">
<requireAttribute>REACHABLE</requireAttribute>
</include>
<include cluster="Power Source Configuration" client="false" server="true" clientLocked="true" serverLocked="true"></include>
<include cluster="Power Source" client="false" server="true" clientLocked="true" serverLocked="true"></include>
<include cluster="Power Source Configuration" client="false" server="false" clientLocked="true" serverLocked="false"></include>
<include cluster="Power Source" client="false" server="false" clientLocked="true" serverLocked="false"></include>
</clusters>
</deviceType>
<deviceType>
Expand Down

0 comments on commit 074a550

Please sign in to comment.