Skip to content

Commit

Permalink
fixing XML and making the corresponding changes to the composition test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulr34 committed Aug 8, 2024
1 parent 7a6d659 commit b14c6a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/gen-template/matter3/endpoint_config.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ static_assert(ATTRIBUTE_LARGEST <= CHIP_CONFIG_MAX_ATTRIBUTE_STORE_ELEMENT_SIZE,
// Test device types per endpoint
{{#user_endpoints}}
{{#user_device_types}}
Endpoint {{../endpointId}}, DeviceId: {{deviceIdentifier}}, DeviceVersion: {{deviceVersion}}, Composition:{{composition}}
Endpoint {{../endpointId}}, DeviceId: {{deviceIdentifier}}, DeviceVersion: {{deviceVersion}}, Composition: {{composition}}
{{/user_device_types}}
{{/user_endpoints}}
4 changes: 2 additions & 2 deletions zcl-builtin/matter/data-model/chip/matter-devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2051,8 +2051,8 @@ limitations under the License.
<class>Simple</class>
<scope>Endpoint</scope>
<endpointComposition>
<compositionType> tree </compositionType>
<endpoint mandatory ="true" constraint="1">
<compositionType>tree</compositionType>
<endpoint mandatory ="true" constraint="min 1">
<deviceType>0x0071</deviceType>
</endpoint>
</endpointComposition>
Expand Down

0 comments on commit b14c6a3

Please sign in to comment.