Skip to content

Commit

Permalink
[ICD] Add new featuremap value to the ICDM cluster (project-chip#29851)
Browse files Browse the repository at this point in the history
* Add UAT and LIT feature map

* generated files
  • Loading branch information
mkardous-silabs authored and HunsupJung committed Oct 23, 2023
1 parent 9e5b7a1 commit d762a6a
Show file tree
Hide file tree
Showing 9 changed files with 18 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
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ limitations under the License.
<bitmap name="Feature" type="bitmap32">
<cluster code="0x0046"/>
<field name="CheckInProtocolSupport" mask="0x1"/>
<field name="UserActiveModeTrigger" mask="0x2"/>
<field name="LongIdleTimeSupport" mask="0x4"/>
</bitmap>

<struct name = "MonitoringRegistrationStruct" isFabricScoped="true">
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 d762a6a

Please sign in to comment.