Skip to content

Commit

Permalink
Run ZAP
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkov committed Jan 25, 2024
1 parent b2a1965 commit 38b9319
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
10 changes: 5 additions & 5 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -4374,7 +4374,7 @@ provisional cluster DemandResponseLoadControl = 150 {

/** This cluster provides an interface for passing messages to be presented by a device. */
provisional cluster Messages = 151 {
revision 1;
revision 3;

enum FutureMessagePreferenceEnum : enum8 {
kAllowed = 0;
Expand All @@ -4394,8 +4394,8 @@ provisional cluster Messages = 151 {
bitmap Feature : bitmap32 {
kReceivedConfirmation = 0x1;
kConfirmationResponse = 0x2;
kConfirmationReply = 0x3;
kProtectedMessages = 0x4;
kConfirmationReply = 0x4;
kProtectedMessages = 0x8;
}

bitmap MessageControlBitmap : bitmap32 {
Expand Down Expand Up @@ -4456,9 +4456,9 @@ provisional cluster Messages = 151 {
}

/** Command for requesting messages be presented */
command PresentMessagesRequest(PresentMessagesRequestRequest): DefaultSuccess = 0;
fabric command PresentMessagesRequest(PresentMessagesRequestRequest): DefaultSuccess = 0;
/** Command for cancelling message present requests */
command CancelMessagesRequest(CancelMessagesRequestRequest): DefaultSuccess = 1;
fabric command CancelMessagesRequest(CancelMessagesRequestRequest): DefaultSuccess = 1;
}

/** This cluster allows a client to manage the power draw of a device. An example of such a client could be an Energy Management System (EMS) which controls an Energy Smart Appliance (ESA). */
Expand Down
4 changes: 2 additions & 2 deletions src/controller/python/chip/clusters/Objects.py

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

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.

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

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

0 comments on commit 38b9319

Please sign in to comment.