Skip to content

Commit

Permalink
reverted window app.matter changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Feb 27, 2024
1 parent 221c578 commit cae9989
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions examples/window-app/common/window-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1899,10 +1899,6 @@ cluster IcdManagement = 70 {
optional octet_string<16> verificationKey = 1;
}

request struct StayActiveRequestRequest {
int32u stayActiveDuration = 0;
}

response struct StayActiveResponse = 4 {
int32u promisedActiveDuration = 0;
}
Expand All @@ -1912,7 +1908,7 @@ cluster IcdManagement = 70 {
/** Unregister a client from an end device */
fabric command access(invoke: manage) UnregisterClient(UnregisterClientRequest): DefaultSuccess = 2;
/** Request the end device to stay in Active Mode for an additional ActiveModeThreshold */
command access(invoke: manage) StayActiveRequest(StayActiveRequestRequest): StayActiveResponse = 3;
command access(invoke: manage) StayActiveRequest(): StayActiveResponse = 3;
}

/** Provides an interface for controlling and adjusting automatic window coverings. */
Expand Down Expand Up @@ -2388,8 +2384,6 @@ endpoint 0 {
callback attribute timeSinceReset;
ram attribute featureMap default = 3;
ram attribute clusterRevision default = 1;

handle command ResetCounts;
}

server cluster AdministratorCommissioning {
Expand Down Expand Up @@ -2493,6 +2487,7 @@ endpoint 1 {
ram attribute clusterRevision default = 4;

handle command Identify;
handle command TriggerEffect;
}

server cluster Groups {
Expand Down Expand Up @@ -2579,7 +2574,6 @@ endpoint 2 {
ram attribute clusterRevision default = 4;

handle command Identify;
handle command TriggerEffect;
}

server cluster Groups {
Expand Down

0 comments on commit cae9989

Please sign in to comment.