Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align Replaceable Monitoring clusters on the "Feature" name. #26613

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ limitations under the License.
</cluster>

<!-- Feature Map -->
<bitmap name="Features" type="BITMAP32">
<bitmap name="Feature" type="BITMAP32">
<cluster code="0x0071" />
<cluster code="0x0072" />
<cluster code="0x0073" />
Expand Down
24 changes: 12 additions & 12 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -2627,7 +2627,7 @@ client cluster HepaFilterMonitoring = 113 {
kDown = 1;
}

bitmap Features : BITMAP32 {
bitmap Feature : BITMAP32 {
kCondition = 0x1;
kWarning = 0x2;
}
Expand Down Expand Up @@ -2660,7 +2660,7 @@ client cluster ActivatedCarbonFilterMonitoring = 114 {
kDown = 1;
}

bitmap Features : BITMAP32 {
bitmap Feature : BITMAP32 {
kCondition = 0x1;
kWarning = 0x2;
}
Expand Down Expand Up @@ -2693,7 +2693,7 @@ client cluster CeramicFilterMonitoring = 115 {
kDown = 1;
}

bitmap Features : BITMAP32 {
bitmap Feature : BITMAP32 {
kCondition = 0x1;
kWarning = 0x2;
}
Expand Down Expand Up @@ -2726,7 +2726,7 @@ client cluster ElectrostaticFilterMonitoring = 116 {
kDown = 1;
}

bitmap Features : BITMAP32 {
bitmap Feature : BITMAP32 {
kCondition = 0x1;
kWarning = 0x2;
}
Expand Down Expand Up @@ -2759,7 +2759,7 @@ client cluster UvFilterMonitoring = 117 {
kDown = 1;
}

bitmap Features : BITMAP32 {
bitmap Feature : BITMAP32 {
kCondition = 0x1;
kWarning = 0x2;
}
Expand Down Expand Up @@ -2792,7 +2792,7 @@ client cluster IonizingFilterMonitoring = 118 {
kDown = 1;
}

bitmap Features : BITMAP32 {
bitmap Feature : BITMAP32 {
kCondition = 0x1;
kWarning = 0x2;
}
Expand Down Expand Up @@ -2825,7 +2825,7 @@ client cluster ZeoliteFilterMonitoring = 119 {
kDown = 1;
}

bitmap Features : BITMAP32 {
bitmap Feature : BITMAP32 {
kCondition = 0x1;
kWarning = 0x2;
}
Expand Down Expand Up @@ -2858,7 +2858,7 @@ client cluster OzoneFilterMonitoring = 120 {
kDown = 1;
}

bitmap Features : BITMAP32 {
bitmap Feature : BITMAP32 {
kCondition = 0x1;
kWarning = 0x2;
}
Expand Down Expand Up @@ -2891,7 +2891,7 @@ client cluster WaterTankMonitoring = 121 {
kDown = 1;
}

bitmap Features : BITMAP32 {
bitmap Feature : BITMAP32 {
kCondition = 0x1;
kWarning = 0x2;
}
Expand Down Expand Up @@ -2924,7 +2924,7 @@ client cluster FuelTankMonitoring = 122 {
kDown = 1;
}

bitmap Features : BITMAP32 {
bitmap Feature : BITMAP32 {
kCondition = 0x1;
kWarning = 0x2;
}
Expand Down Expand Up @@ -2957,7 +2957,7 @@ client cluster InkCartridgeMonitoring = 123 {
kDown = 1;
}

bitmap Features : BITMAP32 {
bitmap Feature : BITMAP32 {
kCondition = 0x1;
kWarning = 0x2;
}
Expand Down Expand Up @@ -2990,7 +2990,7 @@ client cluster TonerCartridgeMonitoring = 124 {
kDown = 1;
}

bitmap Features : BITMAP32 {
bitmap Feature : BITMAP32 {
kCondition = 0x1;
kWarning = 0x2;
}
Expand Down
24 changes: 12 additions & 12 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.

72 changes: 36 additions & 36 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.

Loading