Skip to content

Commit

Permalink
Updated global-attributes.xml and fixed typo in helper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
emargolis committed Jan 27, 2023
1 parent 2126a4c commit 53835fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cypress/matterFixtures/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"server2": "Client & Server",
"previewBtnData": "access.out",
"outOfRangeAmount1": "9999999999999999",
"availableAttributes1": "28",
"availableAttributes1": "32",
"availableClusters1": "5",
"enum8inputpath": "2",
"int16inputpath": "1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ function chip_server_cluster_attributes(options) {
}

/**
* Creates block iterator over the server side cluster attributes
* Creates block iterator over the server side cluster events
* for a given cluster.
*
* This function is meant to be used inside a {{#chip_server_clusters}}
Expand Down
2 changes: 1 addition & 1 deletion test/test-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ exports.totalMatterClusters = 58
exports.totalMatterDeviceTypes = 40
exports.totalMatterCommandArgs = 424
exports.totalMatterCommands = 203
exports.totalMatterAttributes = 509
exports.totalMatterAttributes = 510
exports.totalMatterTags = 15
exports.totalMatterEvents = 56
exports.totalMatterEventFields = 83
3 changes: 2 additions & 1 deletion zcl-builtin/matter/global-attributes.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2021 Project CHIP Authors
Copyright (c) 2021-2023 Project CHIP Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,6 +21,7 @@ limitations under the License.
<attribute side="client" code="0xFFFC" define="FEATURE_MAP_CLIENT" type="bitmap32" default="0" optional="true">FeatureMap</attribute>
<attribute side="server" code="0xFFFC" define="FEATURE_MAP_SERVER" type="bitmap32" default="0" optional="true">FeatureMap</attribute>
<attribute side="server" code="0xFFFB" define="ATTRIBUTE_LIST_SERVER" type="array" entryType="attrib_id">AttributeList</attribute>
<attribute side="server" code="0xFFFA" define="EVENT_LIST" type="array" entryType="event_id">EventList</attribute>
<attribute side="server" code="0xFFF9" define="ACCEPTED_COMMAND_LIST" type="array" entryType="command_id">AcceptedCommandList</attribute>
<attribute side="server" code="0xFFF8" define="GENERATED_COMMAND_LIST" type="array" entryType="command_id">GeneratedCommandList</attribute>

Expand Down

0 comments on commit 53835fc

Please sign in to comment.