Skip to content

Commit

Permalink
Fix zap CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Aug 22, 2024
1 parent 1070043 commit 7187d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/placeholder/linux/apps/app1/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2704,6 +2704,7 @@ cluster BridgedDeviceBasicInformation = 57 {

request struct KeepActiveRequest {
int32u stayActiveDuration = 0;
int32u timeoutMs = 1;
}

/** The server SHALL attempt to keep the devices specified active for StayActiveDuration milliseconds when they are next active. */
Expand Down
1 change: 1 addition & 0 deletions examples/placeholder/linux/apps/app2/config.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2661,6 +2661,7 @@ cluster BridgedDeviceBasicInformation = 57 {

request struct KeepActiveRequest {
int32u stayActiveDuration = 0;
int32u timeoutMs = 1;
}

/** The server SHALL attempt to keep the devices specified active for StayActiveDuration milliseconds when they are next active. */
Expand Down

0 comments on commit 7187d72

Please sign in to comment.