Skip to content

Commit 871b434

Browse files
hastyrobszewczyk
andauthored
[DM] 1.4.2 data model generation (project-chip#39307)
* 1.4.2 data model generation * Regenerated after some fix PRs * Regen data_model_xmls.gni * Patch TestSpecParsing to allow 1.4.2 to not introduce new clusters * Make restyled happy * Regenerate XML after finding the spec update problem --------- Co-authored-by: Robert Szewczyk <[email protected]>
1 parent df778eb commit 871b434

File tree

76 files changed

+407
-8837
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+407
-8837
lines changed

data_model/1.4.2/clusters/AdminCommissioningCluster.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ Davis, CA 95616, USA
124124
</field>
125125
<field id="1" name="PAKEPasscodeVerifier" type="octstr">
126126
<mandatoryConform/>
127+
<constraint>
128+
<allowed value="97"/>
129+
</constraint>
127130
</field>
128131
<field id="2" name="Discriminator" type="uint16">
129132
<mandatoryConform/>

data_model/1.4.2/clusters/BasicInformationCluster.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Davis, CA 95616, USA
6363
<revision revision="2" summary="Added ProductAppearance attribute"/>
6464
<revision revision="3" summary="Added SpecificationVersion and MaxPathsPerInvoke attributes"/>
6565
<revision revision="4" summary="Updated conformance for UniqueID to mandatory"/>
66-
<revision revision="5" summary="Added DeviceLocation and ConfigurationVersion attribute"/>
66+
<revision revision="5" summary="Added ConfigurationVersion attribute"/>
6767
</revisionHistory>
6868
<clusterIds>
6969
<clusterId id="0x0028" name="Basic Information"/>
@@ -351,14 +351,6 @@ Davis, CA 95616, USA
351351
<min value="1"/>
352352
</constraint>
353353
</attribute>
354-
<attribute id="0x0017" name="DeviceLocation" type="LocationDescriptorStruct" default="MS">
355-
<access read="true" write="true" readPrivilege="view" writePrivilege="admin"/>
356-
<quality nullable="true" persistence="nonVolatile"/>
357-
<otherwiseConform>
358-
<provisionalConform/>
359-
<optionalConform/>
360-
</otherwiseConform>
361-
</attribute>
362354
<attribute id="0x0018" name="ConfigurationVersion" type="uint32" default="1">
363355
<access read="true" readPrivilege="view"/>
364356
<quality persistence="nonVolatile"/>

data_model/1.4.2/clusters/BridgedDeviceBasicInformationCluster.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Davis, CA 95616, USA
6363
<revision revision="2" summary="Added ProductAppearance attribute"/>
6464
<revision revision="3" summary="Added SpecificationVersion and MaxPathsPerInvoke attributes"/>
6565
<revision revision="4" summary="Updated conformance for UniqueID to mandatory, ProductID to optional when bridging Matter devices, add the BridgedICDSupport feature"/>
66-
<revision revision="5" summary="Added DeviceLocation and ConfigurationVersion attribute"/>
66+
<revision revision="5" summary="Added ConfigurationVersion attribute"/>
6767
</revisionHistory>
6868
<clusterIds>
6969
<clusterId id="0x0039" name="Bridged Device Basic Information"/>
@@ -356,14 +356,6 @@ Davis, CA 95616, USA
356356
<min value="1"/>
357357
</constraint>
358358
</attribute>
359-
<attribute id="0x0017" name="DeviceLocation" type="LocationDescriptorStruct" default="MS">
360-
<access read="true" write="true" readPrivilege="view" writePrivilege="admin"/>
361-
<quality nullable="true" persistence="nonVolatile"/>
362-
<otherwiseConform>
363-
<provisionalConform/>
364-
<optionalConform/>
365-
</otherwiseConform>
366-
</attribute>
367359
<attribute id="0x0018" name="ConfigurationVersion" type="uint32" default="1">
368360
<access read="true" readPrivilege="view"/>
369361
<quality persistence="nonVolatile"/>

0 commit comments

Comments
 (0)