Skip to content

Commit

Permalink
Use the right types for Target fields in ACL cluster. (#13202)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Apr 13, 2022
1 parent eec229c commit 6841076
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ limitations under the License.

<struct name="Target">
<cluster code="0x001F"/>
<item fieldId="0" name="Cluster" type="INT32U" isNullable="true"/>
<item fieldId="1" name="Endpoint" type="INT16U" isNullable="true"/>
<item fieldId="2" name="DeviceType" type="INT32U" isNullable="true"/>
<item fieldId="0" name="Cluster" type="cluster_id" isNullable="true"/>
<item fieldId="1" name="Endpoint" type="endpoint_no" isNullable="true"/>
<item fieldId="2" name="DeviceType" type="devtype_id" isNullable="true"/>
</struct>

<struct name="AccessControlEntry">
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6841076

Please sign in to comment.