Skip to content

Commit

Permalink
require tc
Browse files Browse the repository at this point in the history
  • Loading branch information
swan-amazon committed Sep 13, 2024
1 parent 55c0cc4 commit 134d406
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,11 @@ endpoint 0 {
callback attribute regulatoryConfig;
callback attribute locationCapability;
callback attribute supportsConcurrentConnection;
ram attribute featureMap default = 0;
ram attribute TCAcceptedVersion;
ram attribute TCMinRequiredVersion;
ram attribute TCAcknowledgements default = 0x0000;
ram attribute TCAcknowledgementsRequired;
ram attribute featureMap default = 1;
ram attribute clusterRevision default = 1;

handle command ArmFailSafe;
Expand All @@ -1590,6 +1594,8 @@ endpoint 0 {
handle command SetRegulatoryConfigResponse;
handle command CommissioningComplete;
handle command CommissioningCompleteResponse;
handle command SetTCAcknowledgements;
handle command SetTCAcknowledgementsResponse;
}

server cluster NetworkCommissioning {
Expand Down
Loading

0 comments on commit 134d406

Please sign in to comment.