Skip to content

Commit

Permalink
generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 18, 2023
1 parent 31ef4c9 commit 4b541d4
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2447,6 +2447,8 @@ server cluster BooleanState = 69 {
server cluster IcdManagement = 70 {
bitmap Feature : bitmap32 {
kCheckInProtocolSupport = 0x1;
kUserActiveModeTrigger = 0x2;
kLongIdleTimeSupport = 0x4;
}

fabric_scoped struct MonitoringRegistrationStruct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1940,6 +1940,8 @@ server cluster UserLabel = 65 {
server cluster IcdManagement = 70 {
bitmap Feature : bitmap32 {
kCheckInProtocolSupport = 0x1;
kUserActiveModeTrigger = 0x2;
kLongIdleTimeSupport = 0x4;
}

fabric_scoped struct MonitoringRegistrationStruct {
Expand Down
2 changes: 2 additions & 0 deletions examples/lock-app/lock-common/lock-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1671,6 +1671,8 @@ server cluster UserLabel = 65 {
server cluster IcdManagement = 70 {
bitmap Feature : bitmap32 {
kCheckInProtocolSupport = 0x1;
kUserActiveModeTrigger = 0x2;
kLongIdleTimeSupport = 0x4;
}

fabric_scoped struct MonitoringRegistrationStruct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1553,6 +1553,8 @@ server cluster UserLabel = 65 {
server cluster IcdManagement = 70 {
bitmap Feature : bitmap32 {
kCheckInProtocolSupport = 0x1;
kUserActiveModeTrigger = 0x2;
kLongIdleTimeSupport = 0x4;
}

fabric_scoped struct MonitoringRegistrationStruct {
Expand Down
2 changes: 2 additions & 0 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2708,6 +2708,8 @@ client cluster BooleanState = 69 {
client cluster IcdManagement = 70 {
bitmap Feature : bitmap32 {
kCheckInProtocolSupport = 0x1;
kUserActiveModeTrigger = 0x2;
kLongIdleTimeSupport = 0x4;
}

fabric_scoped struct MonitoringRegistrationStruct {
Expand Down
2 changes: 2 additions & 0 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.

2 changes: 2 additions & 0 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.

0 comments on commit 4b541d4

Please sign in to comment.