Skip to content

Commit

Permalink
Candidate fix for THREAD_BORDER_ROUTER_MANAGEMENT_CLUSTER which resol…
Browse files Browse the repository at this point in the history
…ves the error. [Should be a duplicate of PR project-chip#34000 when that merges.
  • Loading branch information
jamesharrow committed Jun 18, 2024
1 parent 2cbeab7 commit 4944127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ limitations under the License.
<domain>HRAP</domain>
<name>Thread Border Router Management</name>
<code>0x0452</code>
<define>THREAD_BORDER_ROUTER_MANAGEMENT</define>
<define>THREAD_BORDER_ROUTER_MANAGEMENT_CLUSTER</define>
<client init="false" tick="false">true</client>
<server init="false" tick="false">true</server>
<description>Manage the Thread network of Thread Border Router</description>
Expand Down
2 changes: 1 addition & 1 deletion src/controller/data_model/controller-clusters.zap
Original file line number Diff line number Diff line change
Expand Up @@ -4751,7 +4751,7 @@
"name": "Thread Border Router Management",
"code": 1106,
"mfgCode": null,
"define": "THREAD_BORDER_ROUTER_MANAGEMENT",
"define": "THREAD_BORDER_ROUTER_MANAGEMENT_CLUSTER",
"side": "client",
"enabled": 1,
"commands": [
Expand Down

0 comments on commit 4944127

Please sign in to comment.