Skip to content

Commit e13b391

Browse files
committed
Zap regen all
1 parent bcd2fc3 commit e13b391

File tree

4 files changed

+4
-40
lines changed

4 files changed

+4
-40
lines changed

examples/all-clusters-app/all-clusters-common/all-clusters-app.matter

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7033,46 +7033,6 @@ cluster RadonConcentrationMeasurement = 1071 {
70337033
provisional cluster SoilMeasurement = 1072 {
70347034
revision 1;
70357035

7036-
shared enum MeasurementTypeEnum : enum16 {
7037-
kUnspecified = 0;
7038-
kVoltage = 1;
7039-
kActiveCurrent = 2;
7040-
kReactiveCurrent = 3;
7041-
kApparentCurrent = 4;
7042-
kActivePower = 5;
7043-
kReactivePower = 6;
7044-
kApparentPower = 7;
7045-
kRMSVoltage = 8;
7046-
kRMSCurrent = 9;
7047-
kRMSPower = 10;
7048-
kFrequency = 11;
7049-
kPowerFactor = 12;
7050-
kNeutralCurrent = 13;
7051-
kElectricalEnergy = 14;
7052-
kReactiveEnergy = 15;
7053-
kApparentEnergy = 16;
7054-
kSoilMoisture = 17;
7055-
}
7056-
7057-
shared struct MeasurementAccuracyRangeStruct {
7058-
int64s rangeMin = 0;
7059-
int64s rangeMax = 1;
7060-
optional percent100ths percentMax = 2;
7061-
optional percent100ths percentMin = 3;
7062-
optional percent100ths percentTypical = 4;
7063-
optional int64u fixedMax = 5;
7064-
optional int64u fixedMin = 6;
7065-
optional int64u fixedTypical = 7;
7066-
}
7067-
7068-
shared struct MeasurementAccuracyStruct {
7069-
MeasurementTypeEnum measurementType = 0;
7070-
boolean measured = 1;
7071-
int64s minMeasuredValue = 2;
7072-
int64s maxMeasuredValue = 3;
7073-
MeasurementAccuracyRangeStruct accuracyRanges[] = 4;
7074-
}
7075-
70767036
readonly attribute MeasurementAccuracyStruct soilMoistureMeasurementLimits = 0;
70777037
readonly attribute nullable percent soilMoistureMeasuredValue = 1;
70787038
readonly attribute command_id generatedCommandList[] = 65528;

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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/darwin/Framework/CHIP/zap-generated/MTRDeviceTypeMetadata.mm

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zzz_generated/chip-tool/zap-generated/cluster/logging/EntryToText.cpp

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)