Skip to content

Commit

Permalink
(re)Generated using ./scripts/tools/zap_regen_all.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andyg-apple committed Oct 7, 2024
1 parent aed4dba commit de76bd6
Show file tree
Hide file tree
Showing 7 changed files with 18,370 additions and 18,092 deletions.
4,029 changes: 2,152 additions & 1,877 deletions scripts/tools/zap/tests/outputs/all-clusters-app/app-templates/endpoint_config.h

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -9607,9 +9607,9 @@ cluster WebRTCTransportRequestor = 1364 {
WebRTCEndReasonEnum reason = 1;
}

/** This command provides the stream requestor with WebRTC session details. */
/** This command provides the stream requestor with WebRTC session details. It is sent following the receipt of a SolicitOffer command or a re-Offer initiated by the Provider. */
command Offer(OfferRequest): DefaultSuccess = 1;
/** This command provides the stream requestor with the WebRTC session details (i.e. */
/** This command provides the stream requestor with the WebRTC session details (i.e. Session ID and SDP answer). It is the next command in the Offer/Answer flow to the ProvideOffer command. */
command Answer(AnswerRequest): DefaultSuccess = 2;
/** This command provides an ICE candidate to the stream requestor in a WebRTC session. */
command ICECandidate(ICECandidateRequest): DefaultSuccess = 3;
Expand Down
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22,526 changes: 11,263 additions & 11,263 deletions src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.mm

Large diffs are not rendered by default.

758 changes: 379 additions & 379 deletions src/darwin/Framework/CHIP/zap-generated/MTRClusters.mm

Large diffs are not rendered by default.

8,220 changes: 4,110 additions & 4,110 deletions zzz_generated/darwin-framework-tool/zap-generated/cluster/Commands.h

Large diffs are not rendered by default.

0 comments on commit de76bd6

Please sign in to comment.