diff --git a/examples/window-app/common/window-app.matter b/examples/window-app/common/window-app.matter index 3230589afd72ed..7e0053fd83ee39 100644 --- a/examples/window-app/common/window-app.matter +++ b/examples/window-app/common/window-app.matter @@ -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; } @@ -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. */ @@ -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 { @@ -2493,6 +2487,7 @@ endpoint 1 { ram attribute clusterRevision default = 4; handle command Identify; + handle command TriggerEffect; } server cluster Groups { @@ -2579,7 +2574,6 @@ endpoint 2 { ram attribute clusterRevision default = 4; handle command Identify; - handle command TriggerEffect; } server cluster Groups {