Skip to content

Commit eb81532

Browse files
Fix test of generate python code
1 parent 0fc623a commit eb81532

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/app/zap-templates/zcl/data-model/chip/meter-identification-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ limitations under the License.
3535
<name>Meter Identification</name>
3636
<code>0x0B06</code>
3737
<define>METER_IDENTIFICATION_CLUSTER</define>
38-
<description/>
38+
<description>Attributes for determining advanced information about utility metering device</description>
3939
<client init="false" tick="false">true</client>
4040
<features>
4141
<feature bit="0" code="PWRTHLD" name="PowerThreshold" summary="Supports information about power threshold">

src/controller/data_model/controller-clusters.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -9624,7 +9624,7 @@ deprecated cluster ElectricalMeasurement = 2820 {
96249624
command GetMeasurementProfileCommand(GetMeasurementProfileCommandRequest): DefaultSuccess = 1;
96259625
}
96269626

9627-
/** */
9627+
/** Attributes for determining advanced information about utility metering device */
96289628
cluster MeterIdentification = 2822 {
96299629
revision 1;
96309630

src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/darwin/Framework/CHIP/zap-generated/MTRClusters.h

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)