Skip to content

Commit

Permalink
Align Replaceable Monitoring clusters on the "Feature" name. (#26613)
Browse files Browse the repository at this point in the history
We generally want to move all feature maps to this.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Aug 24, 2023
1 parent 4468bff commit 2800733
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 85 deletions.
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

0 comments on commit 2800733

Please sign in to comment.