Skip to content

Commit

Permalink
explicitly adding constraint as defined by the spec and defining comp…
Browse files Browse the repository at this point in the history
…ositions types
  • Loading branch information
paulr34 committed Aug 20, 2024
1 parent f0e7684 commit 28851ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/zap-templates/zcl/data-model/chip/matter-devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2210,8 +2210,8 @@ limitations under the License.
<class>Simple</class>
<scope>Endpoint</scope>
<endpointComposition>
<compositionType>tree</compositionType>
<endpoint mandatory="true" constraint="1">
<compositionType fullFamily="false", tree="true"></compositionType>
<endpoint mandatory="true" constraint="min 1">
<deviceType>0x0071</deviceType>
</endpoint>
</endpointComposition>
Expand Down

0 comments on commit 28851ce

Please sign in to comment.