matterbridge 1.5.2 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -2
- package/dist/cluster/AirQualityCluster.d.ts +1 -1
- package/dist/cluster/AirQualityCluster.d.ts.map +1 -1
- package/dist/cluster/CarbonDioxideConcentrationMeasurementCluster.d.ts +11 -11
- package/dist/cluster/CarbonDioxideConcentrationMeasurementCluster.d.ts.map +1 -1
- package/dist/cluster/CarbonMonoxideConcentrationMeasurementCluster.d.ts +11 -11
- package/dist/cluster/CarbonMonoxideConcentrationMeasurementCluster.d.ts.map +1 -1
- package/dist/cluster/ConcentrationMeasurementCluster.d.ts +10 -10
- package/dist/cluster/DeviceEnergyManagementCluster.d.ts +16 -16
- package/dist/cluster/DeviceEnergyManagementCluster.d.ts.map +1 -1
- package/dist/cluster/DeviceEnergyManagementModeCluster.d.ts +3 -3
- package/dist/cluster/DeviceEnergyManagementModeCluster.d.ts.map +1 -1
- package/dist/cluster/ElectricalEnergyMeasurementCluster.d.ts +8 -8
- package/dist/cluster/ElectricalEnergyMeasurementCluster.d.ts.map +1 -1
- package/dist/cluster/ElectricalPowerMeasurementCluster.d.ts +13 -13
- package/dist/cluster/ElectricalPowerMeasurementCluster.d.ts.map +1 -1
- package/dist/cluster/FormaldehydeConcentrationMeasurementCluster.d.ts +11 -11
- package/dist/cluster/FormaldehydeConcentrationMeasurementCluster.d.ts.map +1 -1
- package/dist/cluster/NitrogenDioxideConcentrationMeasurementCluster.d.ts +11 -11
- package/dist/cluster/NitrogenDioxideConcentrationMeasurementCluster.d.ts.map +1 -1
- package/dist/cluster/OzoneConcentrationMeasurementCluster.d.ts +11 -11
- package/dist/cluster/OzoneConcentrationMeasurementCluster.d.ts.map +1 -1
- package/dist/cluster/Pm10ConcentrationMeasurementCluster.d.ts +11 -11
- package/dist/cluster/Pm10ConcentrationMeasurementCluster.d.ts.map +1 -1
- package/dist/cluster/Pm1ConcentrationMeasurementCluster.d.ts +11 -11
- package/dist/cluster/Pm1ConcentrationMeasurementCluster.d.ts.map +1 -1
- package/dist/cluster/Pm25ConcentrationMeasurementCluster.d.ts +11 -11
- package/dist/cluster/Pm25ConcentrationMeasurementCluster.d.ts.map +1 -1
- package/dist/cluster/PowerTopologyCluster.d.ts +7 -7
- package/dist/cluster/PowerTopologyCluster.d.ts.map +1 -1
- package/dist/cluster/RadonConcentrationMeasurementCluster.d.ts +11 -11
- package/dist/cluster/RadonConcentrationMeasurementCluster.d.ts.map +1 -1
- package/dist/cluster/ScenesCluster.d.ts +1249 -0
- package/dist/cluster/ScenesCluster.d.ts.map +1 -0
- package/dist/cluster/ScenesCluster.js +436 -0
- package/dist/cluster/ScenesCluster.js.map +1 -0
- package/dist/cluster/SmokeCoAlarmCluster.d.ts +9 -9
- package/dist/cluster/SmokeCoAlarmCluster.d.ts.map +1 -1
- package/dist/cluster/TvocCluster.d.ts +1 -1
- package/dist/cluster/TvocCluster.d.ts.map +1 -1
- package/dist/cluster/export.d.ts +0 -1
- package/dist/cluster/export.d.ts.map +1 -1
- package/dist/cluster/export.js +0 -1
- package/dist/cluster/export.js.map +1 -1
- package/dist/index.d.ts +3 -25
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -32
- package/dist/index.js.map +1 -1
- package/dist/matterbridge.d.ts +3 -1
- package/dist/matterbridge.d.ts.map +1 -1
- package/dist/matterbridge.js +124 -17
- package/dist/matterbridge.js.map +1 -1
- package/dist/matterbridgeDevice.d.ts +4684 -2288
- package/dist/matterbridgeDevice.d.ts.map +1 -1
- package/dist/matterbridgeDevice.js +146 -545
- package/dist/matterbridgeDevice.js.map +1 -1
- package/dist/matterbridgeTypes.d.ts +3 -0
- package/dist/matterbridgeTypes.d.ts.map +1 -1
- package/frontend/build/asset-manifest.json +3 -3
- package/frontend/build/index.html +1 -1
- package/frontend/build/static/js/{main.cfcfbb06.js → main.6725e5ab.js} +3 -3
- package/frontend/build/static/js/main.6725e5ab.js.map +1 -0
- package/package.json +14 -9
- package/dist/cluster/BooleanStateConfigurationCluster.d.ts +0 -2200
- package/dist/cluster/BooleanStateConfigurationCluster.d.ts.map +0 -1
- package/dist/cluster/BooleanStateConfigurationCluster.js +0 -388
- package/dist/cluster/BooleanStateConfigurationCluster.js.map +0 -1
- package/dist/cluster/BridgedDeviceBasicInformationCluster.d.ts +0 -223
- package/dist/cluster/BridgedDeviceBasicInformationCluster.d.ts.map +0 -1
- package/dist/cluster/BridgedDeviceBasicInformationCluster.js +0 -177
- package/dist/cluster/BridgedDeviceBasicInformationCluster.js.map +0 -1
- package/dist/cluster/FanControlCluster.d.ts +0 -1583
- package/dist/cluster/FanControlCluster.d.ts.map +0 -1
- package/dist/cluster/FanControlCluster.js +0 -492
- package/dist/cluster/FanControlCluster.js.map +0 -1
- package/frontend/build/static/js/main.cfcfbb06.js.map +0 -1
- /package/frontend/build/static/js/{main.cfcfbb06.js.LICENSE.txt → main.6725e5ab.js.LICENSE.txt} +0 -0
|
@@ -3363,7 +3363,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3363
3363
|
}> | null, any> & {
|
|
3364
3364
|
readonly optional: true;
|
|
3365
3365
|
readonly isConditional: true;
|
|
3366
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
3366
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
3367
3367
|
readonly mandatoryIf: [] | [{
|
|
3368
3368
|
importedEnergy: boolean;
|
|
3369
3369
|
cumulativeEnergy: boolean;
|
|
@@ -3445,7 +3445,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3445
3445
|
}> | null, any> & {
|
|
3446
3446
|
readonly optional: true;
|
|
3447
3447
|
readonly isConditional: true;
|
|
3448
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
3448
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
3449
3449
|
readonly mandatoryIf: [] | [{
|
|
3450
3450
|
exportedEnergy: boolean;
|
|
3451
3451
|
cumulativeEnergy: boolean;
|
|
@@ -3527,7 +3527,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3527
3527
|
}> | null, any> & {
|
|
3528
3528
|
readonly optional: true;
|
|
3529
3529
|
readonly isConditional: true;
|
|
3530
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
3530
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
3531
3531
|
readonly mandatoryIf: [] | [{
|
|
3532
3532
|
importedEnergy: boolean;
|
|
3533
3533
|
periodicEnergy: boolean;
|
|
@@ -3609,7 +3609,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3609
3609
|
}> | null, any> & {
|
|
3610
3610
|
readonly optional: true;
|
|
3611
3611
|
readonly isConditional: true;
|
|
3612
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
3612
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
3613
3613
|
readonly mandatoryIf: [] | [{
|
|
3614
3614
|
exportedEnergy: boolean;
|
|
3615
3615
|
periodicEnergy: boolean;
|
|
@@ -3687,7 +3687,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3687
3687
|
readonly optionalIf: [] | [{
|
|
3688
3688
|
cumulativeEnergy: boolean;
|
|
3689
3689
|
}];
|
|
3690
|
-
readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
3690
|
+
readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
3691
3691
|
};
|
|
3692
3692
|
/**
|
|
3693
3693
|
* Indicates the accuracy of energy measurement by this server. The value of the MeasurementType field on
|
|
@@ -3877,7 +3877,7 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
3877
3877
|
}>, any> & {
|
|
3878
3878
|
readonly optional: true;
|
|
3879
3879
|
readonly isConditional: true;
|
|
3880
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
3880
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
3881
3881
|
readonly mandatoryIf: [] | [{
|
|
3882
3882
|
cumulativeEnergy: boolean;
|
|
3883
3883
|
}];
|
|
@@ -4046,13 +4046,13 @@ export declare namespace ElectricalEnergyMeasurement {
|
|
|
4046
4046
|
}>, any> & {
|
|
4047
4047
|
readonly optional: true;
|
|
4048
4048
|
readonly isConditional: true;
|
|
4049
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
4049
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
4050
4050
|
readonly mandatoryIf: [] | [{
|
|
4051
4051
|
periodicEnergy: boolean;
|
|
4052
4052
|
}];
|
|
4053
4053
|
};
|
|
4054
4054
|
};
|
|
4055
|
-
}>;
|
|
4055
|
+
}, []>;
|
|
4056
4056
|
/**
|
|
4057
4057
|
* This cluster supports all ElectricalEnergyMeasurement features. It may support illegal feature combinations.
|
|
4058
4058
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElectricalEnergyMeasurementCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/ElectricalEnergyMeasurementCluster.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"ElectricalEnergyMeasurementCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/ElectricalEnergyMeasurementCluster.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH,OAAO,EAAkC,cAAc,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAC;AACzH,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AACxF,OAAO,EAAE,OAAO,EAAE,MAAM,qCAAqC,CAAC;AAC9D,OAAO,EAAyF,cAAc,EAAE,MAAM,kCAAkC,CAAC;AACzJ,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAG7D,yBAAiB,2BAA2B,CAAC;IAC3C;;;;;;;;;;;OAWG;IACI,MAAM,oBAAoB;QAC/B;;;;;;;;;;;WAWG;;QAGH;;;;;;;;;;;;;;WAcG;;QAGH;;;;;;;;;;;WAWG;;QAGH;;;;;;;;;;;;;;WAcG;;QAGH;;;;;;;;;;;;WAYG;;MAEH,CAAC;IAEH;;;;;;;;;;;OAWG;IACH,KAAY,iBAAiB,GAAG,cAAc,CAAC,OAAO,oBAAoB,CAAC,CAAC;IAE5E;;;;;OAKG;IACI,MAAM,wBAAwB;QACnC;;;;;;;;;;;;;;;WAeG;;QAGH;;;;;;;;;;;;;;;;WAgBG;;QAGH;;;;;;;;;;;;;WAaG;;QAGH;;;;;;;;;;;;;WAaG;;MAEH,CAAC;IAEH;;;;;OAKG;IACH,KAAY,qBAAqB,GAAG,cAAc,CAAC,OAAO,wBAAwB,CAAC,CAAC;IAEpF;;;;OAIG;IACI,MAAM,gCAAgC;QAC3C;;;;;WAKG;;YA5LH;;;;;;;;;;;eAWG;;YAGH;;;;;;;;;;;;;;eAcG;;YAGH;;;;;;;;;;;eAWG;;YAGH;;;;;;;;;;;;;;eAcG;;YAGH;;;;;;;;;;;;eAYG;;;QAqHH;;;;;WAKG;;YApMH;;;;;;;;;;;eAWG;;YAGH;;;;;;;;;;;;;;eAcG;;YAGH;;;;;;;;;;;eAWG;;YAGH;;;;;;;;;;;;;;eAcG;;YAGH;;;;;;;;;;;;eAYG;;;MA4HH,CAAC;IAEH;;;;OAIG;IACH,KAAY,6BAA6B,GAAG,cAAc,CAAC,OAAO,gCAAgC,CAAC,CAAC;IAEpG;;;;OAIG;IACI,MAAM,8BAA8B;QACzC;;;;;WAKG;;YA1NH;;;;;;;;;;;eAWG;;YAGH;;;;;;;;;;;;;;eAcG;;YAGH;;;;;;;;;;;eAWG;;YAGH;;;;;;;;;;;;;;eAcG;;YAGH;;;;;;;;;;;;eAYG;;;QAmJH;;;;;WAKG;;YAlOH;;;;;;;;;;;eAWG;;YAGH;;;;;;;;;;;;;;eAcG;;YAGH;;;;;;;;;;;eAWG;;YAGH;;;;;;;;;;;;;;eAcG;;YAGH;;;;;;;;;;;;eAYG;;;MA0JH,CAAC;IAEH;;;;OAIG;IACH,KAAY,2BAA2B,GAAG,cAAc,CAAC,OAAO,8BAA8B,CAAC,CAAC;IAEhG;;;OAGG;IACI,MAAM,0CAA0C;;YAEnD;;;;;;;;;;;;;;;;eAgBG;;gBAnQL;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;;mBAYG;;;;KA4LH,CAAC;IAEH;;;OAGG;IACI,MAAM,0CAA0C;;YAEnD;;;;;;;;;;;;;;;;eAgBG;;gBA9RL;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;;mBAYG;;;;KAuNH,CAAC;IAEH;;;OAGG;IACI,MAAM,wCAAwC;;YAEjD;;;;;;;;;;;;;;;;eAgBG;;gBAzTL;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;;mBAYG;;;;KAkPH,CAAC;IAEH;;;OAGG;IACI,MAAM,wCAAwC;;YAEjD;;;;;;;;;;;;;;;;eAgBG;;gBApVL;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;;mBAYG;;;;KA6QH,CAAC;IAEH;;OAEG;IACI,MAAM,yBAAyB;;YAElC;;;;eAIG;;gBA/PL;;;;;;;;;;;;;;;mBAeG;;gBAGH;;;;;;;;;;;;;;;;mBAgBG;;gBAGH;;;;;;;;;;;;;mBAaG;;gBAGH;;;;;;;;;;;;;mBAaG;;;;;YAkMD;;;;;;eAMG;;gBAtLL;;;;;mBAKG;;oBA5LH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;;uBAYG;;;gBAqHH;;;;;mBAKG;;oBApMH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;;uBAYG;;;;;KAsSH,CAAC;IAEH;;OAEG;IACI,MAAM,uBAAuB;;YAEhC;;;;;eAKG;;gBAvKL;;;;;mBAKG;;oBA1NH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;;uBAYG;;;gBAmJH;;;;;mBAKG;;oBAlOH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;;uBAYG;;;;;KAqTH,CAAC;IAEH;;;;OAIG;IACH,KAAY,OAAO;QACjB;;;;;;WAMG;QACH,cAAc,mBAAmB;QAEjC;;;;;;WAMG;QACH,cAAc,mBAAmB;QAEjC;;;;;;;;;WASG;QACH,gBAAgB,qBAAqB;QAErC;;;;;;;;WAQG;QACH,cAAc,mBAAmB;KAClC;IAED;;OAEG;IACI,MAAM,IAAI;;;;;YAMb;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;;;;eASG;;YAGH;;;;;;;;eAQG;;;;YAKH;;;;;eAKG;;;;;;;;;;;;;;;;;;QAIL;;;WAGG;;;;;;;;oBA9PD;;;;;;;;;;;;;;;;uBAgBG;;wBAnQL;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;;2BAYG;;;;;;;;;;;;oBAoMD;;;;;;;;;;;;;;;;uBAgBG;;wBA9RL;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;;2BAYG;;;;;;;;;;;;oBA+ND;;;;;;;;;;;;;;;;uBAgBG;;wBAzTL;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;;2BAYG;;;;;;;;;;;;oBA0PD;;;;;;;;;;;;;;;;uBAgBG;;wBApVL;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;;2BAYG;;;;;;;;;;;oBAoRD;;;;uBAIG;;wBA/PL;;;;;;;;;;;;;;;2BAeG;;wBAGH;;;;;;;;;;;;;;;;2BAgBG;;wBAGH;;;;;;;;;;;;;2BAaG;;wBAGH;;;;;;;;;;;;;2BAaG;;;;;oBAkMD;;;;;;uBAMG;;wBAtLL;;;;;2BAKG;;4BA5LH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;;+BAYG;;;wBAqHH;;;;;2BAKG;;4BApMH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;;+BAYG;;;;;;;;;;;;oBA6SD;;;;;uBAKG;;wBAvKL;;;;;2BAKG;;4BA1NH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;;+BAYG;;;wBAmJH;;;;;2BAKG;;4BAlOH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;;+BAYG;;;;;;;;;;;;;;;;;;;KA8bH,CAAC;IAEH;;OAEG;IACI,MAAM,eAAe;;;;;YAnFxB;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;;;;eASG;;YAGH;;;;;;;;eAQG;;;;YAKH;;;;;eAKG;;;;;;;;;;;;;;;;;;QAIL;;;WAGG;;;;;;;;oBA9PD;;;;;;;;;;;;;;;;uBAgBG;;wBAnQL;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;;2BAYG;;;;;;;;;;;;oBAoMD;;;;;;;;;;;;;;;;uBAgBG;;wBA9RL;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;;2BAYG;;;;;;;;;;;;oBA+ND;;;;;;;;;;;;;;;;uBAgBG;;wBAzTL;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;;2BAYG;;;;;;;;;;;;oBA0PD;;;;;;;;;;;;;;;;uBAgBG;;wBApVL;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;;2BAYG;;;;;;;;;;;oBAoRD;;;;uBAIG;;wBA/PL;;;;;;;;;;;;;;;2BAeG;;wBAGH;;;;;;;;;;;;;;;;2BAgBG;;wBAGH;;;;;;;;;;;;;2BAaG;;wBAGH;;;;;;;;;;;;;2BAaG;;;;;oBAkMD;;;;;;uBAMG;;wBAtLL;;;;;2BAKG;;4BA5LH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;;+BAYG;;;wBAqHH;;;;;2BAKG;;4BApMH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;;+BAYG;;;;;;;;;;;;oBA6SD;;;;;uBAKG;;wBAvKL;;;;;2BAKG;;4BA1NH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;;+BAYG;;;wBAmJH;;;;;2BAKG;;4BAlOH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;+BAWG;;4BAGH;;;;;;;;;;;;;;+BAcG;;4BAGH;;;;;;;;;;;;+BAYG;;;;;;;;;;;;;;;;;;;MAmc6D,CAAC;IAEnE;;;;;;;;OAQG;IACH,KAAY,OAAO,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAC;IAEhD,MAAM,OAAO,EAAE,OAAyB,CAAC;IAQhD;;OAEG;IACI,MAAM,gBAAgB;;;;;YA3GzB;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;;;;eASG;;YAGH;;;;;;;;eAQG;;;;;gBAheL;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;;mBAYG;;;;;;;;;;;;gBA1EH;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;;mBAYG;;;;;;;;;;;;gBA1EH;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;;mBAYG;;;;;;;;;;;;gBA1EH;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;mBAWG;;gBAGH;;;;;;;;;;;;;;mBAcG;;gBAGH;;;;;;;;;;;;mBAYG;;;;;;;;;;;;gBAyBH;;;;;;;;;;;;;;;mBAeG;;gBAGH;;;;;;;;;;;;;;;;mBAgBG;;gBAGH;;;;;;;;;;;;;mBAaG;;gBAGH;;;;;;;;;;;;;mBAaG;;;;;;;;;;YAgUD;;;;;eAKG;;;;;;;;;;;;;;;;;;;;gBAnTL;;;;;mBAKG;;oBA5LH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;;uBAYG;;;gBAqHH;;;;;mBAKG;;oBApMH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;;uBAYG;;;;;;;;;;;;gBA2IH;;;;;mBAKG;;oBA1NH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;;uBAYG;;;gBAmJH;;;;;mBAKG;;oBAlOH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;;uBAYG;;;;;;;;;;;;UA8eH,CAAC;IAEH;;;;;OAKG;IACH,KAAY,QAAQ,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;IAElD,MAAM,QAAQ,EAAE,QAA2B,CAAC;CACpD;AAED,MAAM,MAAM,kCAAkC,GAAG,2BAA2B,CAAC,OAAO,CAAC;AACrF,eAAO,MAAM,kCAAkC;;;;;QA5IzC;;;;;;WAMG;;QAGH;;;;;;WAMG;;QAGH;;;;;;;;;WASG;;QAGH;;;;;;;;WAQG;;;;QAKH;;;;;WAKG;;;;;;;;;;;;;;;;;;IAIL;;;OAGG;;;;;;;;gBA9PD;;;;;;;;;;;;;;;;mBAgBG;;oBAnQL;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;;uBAYG;;;;;;;;;;;;gBAoMD;;;;;;;;;;;;;;;;mBAgBG;;oBA9RL;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;;uBAYG;;;;;;;;;;;;gBA+ND;;;;;;;;;;;;;;;;mBAgBG;;oBAzTL;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;;uBAYG;;;;;;;;;;;;gBA0PD;;;;;;;;;;;;;;;;mBAgBG;;oBApVL;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;uBAWG;;oBAGH;;;;;;;;;;;;;;uBAcG;;oBAGH;;;;;;;;;;;;uBAYG;;;;;;;;;;;gBAoRD;;;;mBAIG;;oBA/PL;;;;;;;;;;;;;;;uBAeG;;oBAGH;;;;;;;;;;;;;;;;uBAgBG;;oBAGH;;;;;;;;;;;;;uBAaG;;oBAGH;;;;;;;;;;;;;uBAaG;;;;;gBAkMD;;;;;;mBAMG;;oBAtLL;;;;;uBAKG;;wBA5LH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;;2BAYG;;;oBAqHH;;;;;uBAKG;;wBApMH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;;2BAYG;;;;;;;;;;;;gBA6SD;;;;;mBAKG;;oBAvKL;;;;;uBAKG;;wBA1NH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;;2BAYG;;;oBAmJH;;;;;uBAKG;;wBAlOH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;2BAWG;;wBAGH;;;;;;;;;;;;;;2BAcG;;wBAGH;;;;;;;;;;;;2BAYG;;;;;;;;;;;;;;;;;;;EA4f8E,CAAC"}
|
|
@@ -2092,7 +2092,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2092
2092
|
readonly optionalIf: [] | [{
|
|
2093
2093
|
alternatingCurrent: boolean;
|
|
2094
2094
|
}];
|
|
2095
|
-
readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
2095
|
+
readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
2096
2096
|
};
|
|
2097
2097
|
readonly apparentCurrent: OptionalAttribute<number | bigint | null, any> & {
|
|
2098
2098
|
readonly optional: true;
|
|
@@ -2100,7 +2100,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2100
2100
|
readonly optionalIf: [] | [{
|
|
2101
2101
|
alternatingCurrent: boolean;
|
|
2102
2102
|
}];
|
|
2103
|
-
readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
2103
|
+
readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
2104
2104
|
};
|
|
2105
2105
|
readonly reactivePower: OptionalAttribute<number | bigint | null, any> & {
|
|
2106
2106
|
readonly optional: true;
|
|
@@ -2108,7 +2108,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2108
2108
|
readonly optionalIf: [] | [{
|
|
2109
2109
|
alternatingCurrent: boolean;
|
|
2110
2110
|
}];
|
|
2111
|
-
readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
2111
|
+
readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
2112
2112
|
};
|
|
2113
2113
|
readonly apparentPower: OptionalAttribute<number | bigint | null, any> & {
|
|
2114
2114
|
readonly optional: true;
|
|
@@ -2116,7 +2116,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2116
2116
|
readonly optionalIf: [] | [{
|
|
2117
2117
|
alternatingCurrent: boolean;
|
|
2118
2118
|
}];
|
|
2119
|
-
readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
2119
|
+
readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
2120
2120
|
};
|
|
2121
2121
|
readonly rmsVoltage: OptionalAttribute<number | bigint | null, any> & {
|
|
2122
2122
|
readonly optional: true;
|
|
@@ -2124,7 +2124,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2124
2124
|
readonly optionalIf: [] | [{
|
|
2125
2125
|
alternatingCurrent: boolean;
|
|
2126
2126
|
}];
|
|
2127
|
-
readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
2127
|
+
readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
2128
2128
|
};
|
|
2129
2129
|
readonly rmsCurrent: OptionalAttribute<number | bigint | null, any> & {
|
|
2130
2130
|
readonly optional: true;
|
|
@@ -2132,7 +2132,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2132
2132
|
readonly optionalIf: [] | [{
|
|
2133
2133
|
alternatingCurrent: boolean;
|
|
2134
2134
|
}];
|
|
2135
|
-
readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
2135
|
+
readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
2136
2136
|
};
|
|
2137
2137
|
readonly rmsPower: OptionalAttribute<number | bigint | null, any> & {
|
|
2138
2138
|
readonly optional: true;
|
|
@@ -2140,7 +2140,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2140
2140
|
readonly optionalIf: [] | [{
|
|
2141
2141
|
alternatingCurrent: boolean;
|
|
2142
2142
|
}];
|
|
2143
|
-
readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
2143
|
+
readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
2144
2144
|
};
|
|
2145
2145
|
readonly frequency: OptionalAttribute<number | bigint | null, any> & {
|
|
2146
2146
|
readonly optional: true;
|
|
@@ -2148,7 +2148,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2148
2148
|
readonly optionalIf: [] | [{
|
|
2149
2149
|
alternatingCurrent: boolean;
|
|
2150
2150
|
}];
|
|
2151
|
-
readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
2151
|
+
readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
2152
2152
|
};
|
|
2153
2153
|
readonly harmonicCurrents: Attribute<import("@project-chip/matter-node.js/tlv").TypeFromFields<{
|
|
2154
2154
|
/**
|
|
@@ -2178,7 +2178,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2178
2178
|
}>[] | null, any> & {
|
|
2179
2179
|
readonly optional: true;
|
|
2180
2180
|
readonly isConditional: true;
|
|
2181
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
2181
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
2182
2182
|
readonly mandatoryIf: [] | [{
|
|
2183
2183
|
harmonics: boolean;
|
|
2184
2184
|
}];
|
|
@@ -2211,7 +2211,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2211
2211
|
}>[] | null, any> & {
|
|
2212
2212
|
readonly optional: true;
|
|
2213
2213
|
readonly isConditional: true;
|
|
2214
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
2214
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
2215
2215
|
readonly mandatoryIf: [] | [{
|
|
2216
2216
|
powerQuality: boolean;
|
|
2217
2217
|
}];
|
|
@@ -2222,7 +2222,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2222
2222
|
readonly optionalIf: [] | [{
|
|
2223
2223
|
alternatingCurrent: boolean;
|
|
2224
2224
|
}];
|
|
2225
|
-
readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
2225
|
+
readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
2226
2226
|
};
|
|
2227
2227
|
readonly neutralCurrent: OptionalAttribute<number | bigint | null, any> & {
|
|
2228
2228
|
readonly optional: true;
|
|
@@ -2230,7 +2230,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2230
2230
|
readonly optionalIf: [] | [{
|
|
2231
2231
|
polyphasePower: boolean;
|
|
2232
2232
|
}];
|
|
2233
|
-
readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema
|
|
2233
|
+
readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter-node.js/schema").BitSchema>;
|
|
2234
2234
|
};
|
|
2235
2235
|
/**
|
|
2236
2236
|
* This shall indicate the current mode of the server. For some servers, such as an EV, this may change
|
|
@@ -2544,7 +2544,7 @@ export declare namespace ElectricalPowerMeasurement {
|
|
|
2544
2544
|
}>[]>;
|
|
2545
2545
|
}>, any>;
|
|
2546
2546
|
};
|
|
2547
|
-
}>;
|
|
2547
|
+
}, []>;
|
|
2548
2548
|
/**
|
|
2549
2549
|
* This cluster supports all ElectricalPowerMeasurement features. It may support illegal feature combinations.
|
|
2550
2550
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ElectricalPowerMeasurementCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/ElectricalPowerMeasurementCluster.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"ElectricalPowerMeasurementCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/ElectricalPowerMeasurementCluster.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH,OAAO,EAAkC,cAAc,EAAE,iBAAiB,EAAE,aAAa,EAAE,MAAM,sCAAsC,CAAC;AACxI,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AACjF,OAAO,EAAE,OAAO,EAAE,MAAM,qCAAqC,CAAC;AAC9D,OAAO,EAA4G,cAAc,EAAY,MAAM,kCAAkC,CAAC;AACtL,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAE7D,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD,yBAAiB,0BAA0B,CAAC;IAC1C;;OAEG;IACI,MAAM,sBAAsB;QACjC;;;;;WAKG;;QAGH;;;;;;;;;;;;;;;WAeG;;MAEH,CAAC;IAEH;;OAEG;IACH,KAAY,mBAAmB,GAAG,cAAc,CAAC,OAAO,sBAAsB,CAAC,CAAC;IAEhF;;OAEG;IACH,KAAY,SAAS;QACnB,OAAO,IAAI;QAEX;;WAEG;QACH,EAAE,IAAI;QAEN;;WAEG;QACH,EAAE,IAAI;KACP;IAED;;;;;;;;;;;;;OAaG;IACI,MAAM,mBAAmB;QAC9B;;;;WAIG;;QAGH;;;;;WAKG;;QAGH;;;;;WAKG;;QAGH;;;;;;;WAOG;;QAGH;;;;;;;WAOG;;QAGH;;;;;;;WAOG;;QAGH;;;;;;WAMG;;QAGH;;;;;;;WAOG;;QAGH;;;;;;;WAOG;;QAGH;;;;;;;WAOG;;QAGH;;;;;;;WAOG;;MAEH,CAAC;IAEH;;;;;;;;;;;;;OAaG;IACH,KAAY,gBAAgB,GAAG,cAAc,CAAC,OAAO,mBAAmB,CAAC,CAAC;IAE1E;;;;OAIG;IACI,MAAM,+BAA+B;QAC1C;;;;WAIG;;YAjIH;;;;eAIG;;YAGH;;;;;eAKG;;YAGH;;;;;eAKG;;YAGH;;;;;;;eAOG;;YAGH;;;;;;;eAOG;;YAGH;;;;;;;eAOG;;YAGH;;;;;;eAMG;;YAGH;;;;;;;eAOG;;YAGH;;;;;;;eAOG;;YAGH;;;;;;;eAOG;;YAGH;;;;;;;eAOG;;;MAgCH,CAAC;IAEH;;;;OAIG;IACH,KAAY,4BAA4B,GAAG,cAAc,CAAC,OAAO,+BAA+B,CAAC,CAAC;IAElG;;OAEG;IACI,MAAM,2BAA2B;;YAEpC;;;;;;;;;;;;;;;;;;eAkBG;;YAGH;;;;;;;;;;;;;;;;eAgBG;;YAGH;;;;;;;;;;;;;;;;;;;eAmBG;;YAGH;;;;;;;;;;;;;;;;;eAiBG;;YAGH;;;;;;;;;;;;;;;eAeG;;YAGH;;;;;;;;;;;;;;;;;;eAkBG;;YAGH;;;;;;;;;;;;;;;;;eAiBG;;YAGH;;;;;;;;;;;;;;;eAeG;;YAGH;;;;;;;;;;;;;eAaG;;;KAGL,CAAC;IAEH;;OAEG;IACI,MAAM,kBAAkB;;YAE3B;;;;;;;;;;;;;;eAcG;;gBArZL;;;;;mBAKG;;gBAGH;;;;;;;;;;;;;;;mBAeG;;;;KAiYH,CAAC;IAEH;;OAEG;IACI,MAAM,qBAAqB;;YAE9B;;;;;;;;;;;;;;;;eAgBG;;gBA/aL;;;;;mBAKG;;gBAGH;;;;;;;;;;;;;;;mBAeG;;;;KA2ZH,CAAC;IAEH;;OAEG;IACI,MAAM,uBAAuB;;YAEhC;;;;;;;;;;;;;;;;;;;eAmBG;;;KAGL,CAAC;IAEH;;;;OAIG;IACH,KAAY,OAAO;QACjB;;;;;;WAMG;QACH,aAAa,kBAAkB;QAE/B;;;;;;WAMG;QACH,kBAAkB,uBAAuB;QAEzC;;;;;;WAMG;QACH,cAAc,mBAAmB;QAEjC;;;;;;WAMG;QACH,SAAS,cAAc;QAEvB;;;;;;WAMG;QACH,YAAY,iBAAiB;KAC9B;IAED;;OAEG;IACI,MAAM,IAAI;;;;;YAMb;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;eAMG;;;;YAKH;;;;;eAKG;;YAGH;;;;eAIG;;YAGH;;;;;;eAMG;;;;;;;;;;;;;;;;;YAGH;;;;;;;;;;;;;;;eAeG;;gBApiBL;;;;mBAIG;;gBAGH;;;;;mBAKG;;gBAGH;;;;;mBAKG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;mBAMG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;;YAocD;;;;;;;;;;;;;;;eAeG;;YAGH;;;;;;;;;;;;;;;;;;eAkBG;;YAGH;;;;;;;;;;;;;;;;;;;eAmBG;;;;YAKH;;;;;eAKG;;gBA9eL;;;;mBAIG;;oBAjIH;;;;uBAIG;;oBAGH;;;;;uBAKG;;oBAGH;;;;;uBAKG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;uBAMG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;;;;QA4gBH;;;WAGG;;;;;;;oBAjeD;;;;;;;;;;;;;;;;;;uBAkBG;;oBAGH;;;;;;;;;;;;;;;;uBAgBG;;oBAGH;;;;;;;;;;;;;;;;;;;uBAmBG;;oBAGH;;;;;;;;;;;;;;;;;uBAiBG;;oBAGH;;;;;;;;;;;;;;;uBAeG;;oBAGH;;;;;;;;;;;;;;;;;;uBAkBG;;oBAGH;;;;;;;;;;;;;;;;;uBAiBG;;oBAGH;;;;;;;;;;;;;;;uBAeG;;oBAGH;;;;;;;;;;;;;uBAaG;;;;;;;;;;oBAUH;;;;;;;;;;;;;;uBAcG;;wBArZL;;;;;2BAKG;;wBAGH;;;;;;;;;;;;;;;2BAeG;;;;;;;;;;;oBAwYD;;;;;;;;;;;;;;;;uBAgBG;;wBA/aL;;;;;2BAKG;;wBAGH;;;;;;;;;;;;;;;2BAeG;;;;;;;;;;;oBAkaD;;;;;;;;;;;;;;;;;;;uBAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAiPL,CAAC;IAEH;;OAEG;IACI,MAAM,eAAe;;;;;YApLxB;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;eAMG;;;;YAKH;;;;;eAKG;;YAGH;;;;eAIG;;YAGH;;;;;;eAMG;;;;;;;;;;;;;;;;;YAGH;;;;;;;;;;;;;;;eAeG;;gBApiBL;;;;mBAIG;;gBAGH;;;;;mBAKG;;gBAGH;;;;;mBAKG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;mBAMG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;;YAocD;;;;;;;;;;;;;;;eAeG;;YAGH;;;;;;;;;;;;;;;;;;eAkBG;;YAGH;;;;;;;;;;;;;;;;;;;eAmBG;;;;YAKH;;;;;eAKG;;gBA9eL;;;;mBAIG;;oBAjIH;;;;uBAIG;;oBAGH;;;;;uBAKG;;oBAGH;;;;;uBAKG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;uBAMG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;;;;QA4gBH;;;WAGG;;;;;;;oBAjeD;;;;;;;;;;;;;;;;;;uBAkBG;;oBAGH;;;;;;;;;;;;;;;;uBAgBG;;oBAGH;;;;;;;;;;;;;;;;;;;uBAmBG;;oBAGH;;;;;;;;;;;;;;;;;uBAiBG;;oBAGH;;;;;;;;;;;;;;;uBAeG;;oBAGH;;;;;;;;;;;;;;;;;;uBAkBG;;oBAGH;;;;;;;;;;;;;;;;;uBAiBG;;oBAGH;;;;;;;;;;;;;;;uBAeG;;oBAGH;;;;;;;;;;;;;uBAaG;;;;;;;;;;oBAUH;;;;;;;;;;;;;;uBAcG;;wBArZL;;;;;2BAKG;;wBAGH;;;;;;;;;;;;;;;2BAeG;;;;;;;;;;;oBAwYD;;;;;;;;;;;;;;;;uBAgBG;;wBA/aL;;;;;2BAKG;;wBAGH;;;;;;;;;;;;;;;2BAeG;;;;;;;;;;;oBAkaD;;;;;;;;;;;;;;;;;;;uBAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAsP2D,CAAC;IAEnE;;;;;;;OAOG;IACH,KAAY,OAAO,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAC;IAEhD,MAAM,OAAO,EAAE,OAAyB,CAAC;IAMhD;;OAEG;IACI,MAAM,gBAAgB;;;;;YAzMzB;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;eAMG;;YAGH;;;;;;eAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAxjBL;;;;;mBAKG;;gBAGH;;;;;;;;;;;;;;;mBAeG;;;;;;;;;;;gBAvBH;;;;;mBAKG;;gBAGH;;;;;;;;;;;;;;;mBAeG;;;;;;;;;;;;;;;;;;;;;;;;;;YAsiBD;;;;;eAKG;;YAGH;;;;eAIG;;YAGH;;;;;;eAMG;;;;;;;;;;;;;;;;;YAGH;;;;;;;;;;;;;;;eAeG;;gBApiBL;;;;mBAIG;;gBAGH;;;;;mBAKG;;gBAGH;;;;;mBAKG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;mBAMG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;;YAocD;;;;;;;;;;;;;;;eAeG;;YAGH;;;;;;;;;;;;;;;;;;eAkBG;;YAGH;;;;;;;;;;;;;;;;;;;eAmBG;;;;YAKH;;;;;eAKG;;gBA9eL;;;;mBAIG;;oBAjIH;;;;uBAIG;;oBAGH;;;;;uBAKG;;oBAGH;;;;;uBAKG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;uBAMG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;oBAGH;;;;;;;uBAOG;;;;;UA2kBH,CAAC;IAEH;;;;;OAKG;IACH,KAAY,QAAQ,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;IAElD,MAAM,QAAQ,EAAE,QAA2B,CAAC;CACpD;AAED,MAAM,MAAM,iCAAiC,GAAG,0BAA0B,CAAC,OAAO,CAAC;AACnF,eAAO,MAAM,iCAAiC;;;;;QA9OxC;;;;;;WAMG;;QAGH;;;;;;WAMG;;QAGH;;;;;;WAMG;;QAGH;;;;;;WAMG;;QAGH;;;;;;WAMG;;;;QAKH;;;;;WAKG;;QAGH;;;;WAIG;;QAGH;;;;;;WAMG;;;;;;;;;;;;;;;;;QAGH;;;;;;;;;;;;;;;WAeG;;YApiBL;;;;eAIG;;YAGH;;;;;eAKG;;YAGH;;;;;eAKG;;YAGH;;;;;;;eAOG;;YAGH;;;;;;;eAOG;;YAGH;;;;;;;eAOG;;YAGH;;;;;;eAMG;;YAGH;;;;;;;eAOG;;YAGH;;;;;;;eAOG;;YAGH;;;;;;;eAOG;;YAGH;;;;;;;eAOG;;;QAocD;;;;;;;;;;;;;;;WAeG;;QAGH;;;;;;;;;;;;;;;;;;WAkBG;;QAGH;;;;;;;;;;;;;;;;;;;WAmBG;;;;QAKH;;;;;WAKG;;YA9eL;;;;eAIG;;gBAjIH;;;;mBAIG;;gBAGH;;;;;mBAKG;;gBAGH;;;;;mBAKG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;mBAMG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;gBAGH;;;;;;;mBAOG;;;;;IA4gBH;;;OAGG;;;;;;;gBAjeD;;;;;;;;;;;;;;;;;;mBAkBG;;gBAGH;;;;;;;;;;;;;;;;mBAgBG;;gBAGH;;;;;;;;;;;;;;;;;;;mBAmBG;;gBAGH;;;;;;;;;;;;;;;;;mBAiBG;;gBAGH;;;;;;;;;;;;;;;mBAeG;;gBAGH;;;;;;;;;;;;;;;;;;mBAkBG;;gBAGH;;;;;;;;;;;;;;;;;mBAiBG;;gBAGH;;;;;;;;;;;;;;;mBAeG;;gBAGH;;;;;;;;;;;;;mBAaG;;;;;;;;;;gBAUH;;;;;;;;;;;;;;mBAcG;;oBArZL;;;;;uBAKG;;oBAGH;;;;;;;;;;;;;;;uBAeG;;;;;;;;;;;gBAwYD;;;;;;;;;;;;;;;;mBAgBG;;oBA/aL;;;;;uBAKG;;oBAGH;;;;;;;;;;;;;;;uBAeG;;;;;;;;;;;gBAkaD;;;;;;;;;;;;;;;;;;;mBAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgT0E,CAAC"}
|
|
@@ -220,7 +220,7 @@ export declare namespace FormaldehydeConcentrationMeasurement {
|
|
|
220
220
|
readonly measuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
221
221
|
readonly optional: true;
|
|
222
222
|
readonly isConditional: true;
|
|
223
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
223
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
224
224
|
readonly mandatoryIf: [] | [{
|
|
225
225
|
numericMeasurement: boolean;
|
|
226
226
|
}];
|
|
@@ -228,7 +228,7 @@ export declare namespace FormaldehydeConcentrationMeasurement {
|
|
|
228
228
|
readonly minMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
229
229
|
readonly optional: true;
|
|
230
230
|
readonly isConditional: true;
|
|
231
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
231
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
232
232
|
readonly mandatoryIf: [] | [{
|
|
233
233
|
numericMeasurement: boolean;
|
|
234
234
|
}];
|
|
@@ -236,7 +236,7 @@ export declare namespace FormaldehydeConcentrationMeasurement {
|
|
|
236
236
|
readonly maxMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
237
237
|
readonly optional: true;
|
|
238
238
|
readonly isConditional: true;
|
|
239
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
239
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
240
240
|
readonly mandatoryIf: [] | [{
|
|
241
241
|
numericMeasurement: boolean;
|
|
242
242
|
}];
|
|
@@ -244,7 +244,7 @@ export declare namespace FormaldehydeConcentrationMeasurement {
|
|
|
244
244
|
readonly peakMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
245
245
|
readonly optional: true;
|
|
246
246
|
readonly isConditional: true;
|
|
247
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
247
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
248
248
|
readonly mandatoryIf: [] | [{
|
|
249
249
|
peakMeasurement: boolean;
|
|
250
250
|
}];
|
|
@@ -252,7 +252,7 @@ export declare namespace FormaldehydeConcentrationMeasurement {
|
|
|
252
252
|
readonly peakMeasuredValueWindow: import("@project-chip/matter-node.js/cluster").Attribute<number, any> & {
|
|
253
253
|
readonly optional: true;
|
|
254
254
|
readonly isConditional: true;
|
|
255
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
255
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
256
256
|
readonly mandatoryIf: [] | [{
|
|
257
257
|
peakMeasurement: boolean;
|
|
258
258
|
}];
|
|
@@ -260,7 +260,7 @@ export declare namespace FormaldehydeConcentrationMeasurement {
|
|
|
260
260
|
readonly averageMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
261
261
|
readonly optional: true;
|
|
262
262
|
readonly isConditional: true;
|
|
263
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
263
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
264
264
|
readonly mandatoryIf: [] | [{
|
|
265
265
|
averageMeasurement: boolean;
|
|
266
266
|
}];
|
|
@@ -268,7 +268,7 @@ export declare namespace FormaldehydeConcentrationMeasurement {
|
|
|
268
268
|
readonly averageMeasuredValueWindow: import("@project-chip/matter-node.js/cluster").Attribute<number, any> & {
|
|
269
269
|
readonly optional: true;
|
|
270
270
|
readonly isConditional: true;
|
|
271
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
271
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
272
272
|
readonly mandatoryIf: [] | [{
|
|
273
273
|
averageMeasurement: boolean;
|
|
274
274
|
}];
|
|
@@ -279,12 +279,12 @@ export declare namespace FormaldehydeConcentrationMeasurement {
|
|
|
279
279
|
readonly optionalIf: [] | [{
|
|
280
280
|
numericMeasurement: boolean;
|
|
281
281
|
}];
|
|
282
|
-
readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
282
|
+
readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
283
283
|
};
|
|
284
284
|
readonly measurementUnit: import("@project-chip/matter-node.js/cluster").FixedAttribute<ConcentrationMeasurement.MeasurementUnit, any> & {
|
|
285
285
|
readonly optional: true;
|
|
286
286
|
readonly isConditional: true;
|
|
287
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
287
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
288
288
|
readonly mandatoryIf: [] | [{
|
|
289
289
|
numericMeasurement: boolean;
|
|
290
290
|
}];
|
|
@@ -292,14 +292,14 @@ export declare namespace FormaldehydeConcentrationMeasurement {
|
|
|
292
292
|
readonly levelValue: import("@project-chip/matter-node.js/cluster").Attribute<ConcentrationMeasurement.LevelValue, any> & {
|
|
293
293
|
readonly optional: true;
|
|
294
294
|
readonly isConditional: true;
|
|
295
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
295
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
296
296
|
readonly mandatoryIf: [] | [{
|
|
297
297
|
levelIndication: boolean;
|
|
298
298
|
}];
|
|
299
299
|
};
|
|
300
300
|
readonly measurementMedium: import("@project-chip/matter-node.js/cluster").FixedAttribute<ConcentrationMeasurement.MeasurementMedium, any>;
|
|
301
301
|
};
|
|
302
|
-
}>;
|
|
302
|
+
}, []>;
|
|
303
303
|
type Complete = Identity<typeof CompleteInstance>;
|
|
304
304
|
const Complete: Complete;
|
|
305
305
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FormaldehydeConcentrationMeasurementCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/FormaldehydeConcentrationMeasurementCluster.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH,8CAA8C;AAE9C,OAAO,EAAmB,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACvF,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAEhF,yBAAiB,oCAAoC,CAAC;IAC7C,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAgG,CAAC;IAElH;;OAEG;IACI,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IAEnE;;;;;OAKG;IACH,KAAY,OAAO,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAC;IAEhD,MAAM,OAAO,EAAE,OAAyB,CAAC;IAEhD;;;;;;OAMG;IACI,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FormaldehydeConcentrationMeasurementCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/FormaldehydeConcentrationMeasurementCluster.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH,8CAA8C;AAE9C,OAAO,EAAmB,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACvF,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAEhF,yBAAiB,oCAAoC,CAAC;IAC7C,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAgG,CAAC;IAElH;;OAEG;IACI,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IAEnE;;;;;OAKG;IACH,KAAY,OAAO,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAC;IAEhD,MAAM,OAAO,EAAE,OAAyB,CAAC;IAEhD;;;;;;OAMG;IACI,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAoH,CAAC;IAElJ,KAAY,QAAQ,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;IAClD,MAAM,QAAQ,EAAE,QAA2B,CAAC;CACpD;AAED,MAAM,MAAM,2CAA2C,GAAG,oCAAoC,CAAC,OAAO,CAAC;AACvG,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+C,CAAC"}
|
|
@@ -220,7 +220,7 @@ export declare namespace NitrogenDioxideConcentrationMeasurement {
|
|
|
220
220
|
readonly measuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
221
221
|
readonly optional: true;
|
|
222
222
|
readonly isConditional: true;
|
|
223
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
223
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
224
224
|
readonly mandatoryIf: [] | [{
|
|
225
225
|
numericMeasurement: boolean;
|
|
226
226
|
}];
|
|
@@ -228,7 +228,7 @@ export declare namespace NitrogenDioxideConcentrationMeasurement {
|
|
|
228
228
|
readonly minMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
229
229
|
readonly optional: true;
|
|
230
230
|
readonly isConditional: true;
|
|
231
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
231
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
232
232
|
readonly mandatoryIf: [] | [{
|
|
233
233
|
numericMeasurement: boolean;
|
|
234
234
|
}];
|
|
@@ -236,7 +236,7 @@ export declare namespace NitrogenDioxideConcentrationMeasurement {
|
|
|
236
236
|
readonly maxMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
237
237
|
readonly optional: true;
|
|
238
238
|
readonly isConditional: true;
|
|
239
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
239
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
240
240
|
readonly mandatoryIf: [] | [{
|
|
241
241
|
numericMeasurement: boolean;
|
|
242
242
|
}];
|
|
@@ -244,7 +244,7 @@ export declare namespace NitrogenDioxideConcentrationMeasurement {
|
|
|
244
244
|
readonly peakMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
245
245
|
readonly optional: true;
|
|
246
246
|
readonly isConditional: true;
|
|
247
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
247
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
248
248
|
readonly mandatoryIf: [] | [{
|
|
249
249
|
peakMeasurement: boolean;
|
|
250
250
|
}];
|
|
@@ -252,7 +252,7 @@ export declare namespace NitrogenDioxideConcentrationMeasurement {
|
|
|
252
252
|
readonly peakMeasuredValueWindow: import("@project-chip/matter-node.js/cluster").Attribute<number, any> & {
|
|
253
253
|
readonly optional: true;
|
|
254
254
|
readonly isConditional: true;
|
|
255
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
255
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
256
256
|
readonly mandatoryIf: [] | [{
|
|
257
257
|
peakMeasurement: boolean;
|
|
258
258
|
}];
|
|
@@ -260,7 +260,7 @@ export declare namespace NitrogenDioxideConcentrationMeasurement {
|
|
|
260
260
|
readonly averageMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
261
261
|
readonly optional: true;
|
|
262
262
|
readonly isConditional: true;
|
|
263
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
263
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
264
264
|
readonly mandatoryIf: [] | [{
|
|
265
265
|
averageMeasurement: boolean;
|
|
266
266
|
}];
|
|
@@ -268,7 +268,7 @@ export declare namespace NitrogenDioxideConcentrationMeasurement {
|
|
|
268
268
|
readonly averageMeasuredValueWindow: import("@project-chip/matter-node.js/cluster").Attribute<number, any> & {
|
|
269
269
|
readonly optional: true;
|
|
270
270
|
readonly isConditional: true;
|
|
271
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
271
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
272
272
|
readonly mandatoryIf: [] | [{
|
|
273
273
|
averageMeasurement: boolean;
|
|
274
274
|
}];
|
|
@@ -279,12 +279,12 @@ export declare namespace NitrogenDioxideConcentrationMeasurement {
|
|
|
279
279
|
readonly optionalIf: [] | [{
|
|
280
280
|
numericMeasurement: boolean;
|
|
281
281
|
}];
|
|
282
|
-
readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
282
|
+
readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
283
283
|
};
|
|
284
284
|
readonly measurementUnit: import("@project-chip/matter-node.js/cluster").FixedAttribute<ConcentrationMeasurement.MeasurementUnit, any> & {
|
|
285
285
|
readonly optional: true;
|
|
286
286
|
readonly isConditional: true;
|
|
287
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
287
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
288
288
|
readonly mandatoryIf: [] | [{
|
|
289
289
|
numericMeasurement: boolean;
|
|
290
290
|
}];
|
|
@@ -292,14 +292,14 @@ export declare namespace NitrogenDioxideConcentrationMeasurement {
|
|
|
292
292
|
readonly levelValue: import("@project-chip/matter-node.js/cluster").Attribute<ConcentrationMeasurement.LevelValue, any> & {
|
|
293
293
|
readonly optional: true;
|
|
294
294
|
readonly isConditional: true;
|
|
295
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
295
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
296
296
|
readonly mandatoryIf: [] | [{
|
|
297
297
|
levelIndication: boolean;
|
|
298
298
|
}];
|
|
299
299
|
};
|
|
300
300
|
readonly measurementMedium: import("@project-chip/matter-node.js/cluster").FixedAttribute<ConcentrationMeasurement.MeasurementMedium, any>;
|
|
301
301
|
};
|
|
302
|
-
}>;
|
|
302
|
+
}, []>;
|
|
303
303
|
type Complete = Identity<typeof CompleteInstance>;
|
|
304
304
|
const Complete: Complete;
|
|
305
305
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NitrogenDioxideConcentrationMeasurementCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/NitrogenDioxideConcentrationMeasurementCluster.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH,8CAA8C;AAE9C,OAAO,EAAmB,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACvF,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAEhF,yBAAiB,uCAAuC,CAAC;IAChD,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAIhB,CAAC;IAEF;;OAEG;IACI,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IAEnE;;;;;OAKG;IACH,KAAY,OAAO,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAC;IAEhD,MAAM,OAAO,EAAE,OAAyB,CAAC;IAEhD;;;;;;OAMG;IACI,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"NitrogenDioxideConcentrationMeasurementCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/NitrogenDioxideConcentrationMeasurementCluster.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH,8CAA8C;AAE9C,OAAO,EAAmB,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACvF,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAEhF,yBAAiB,uCAAuC,CAAC;IAChD,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAIhB,CAAC;IAEF;;OAEG;IACI,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IAEnE;;;;;OAKG;IACH,KAAY,OAAO,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAC;IAEhD,MAAM,OAAO,EAAE,OAAyB,CAAC;IAEhD;;;;;;OAMG;IACI,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAAuH,CAAC;IAErJ,KAAY,QAAQ,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;IAClD,MAAM,QAAQ,EAAE,QAA2B,CAAC;CACpD;AAED,MAAM,MAAM,8CAA8C,GAAG,uCAAuC,CAAC,OAAO,CAAC;AAC7G,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAkD,CAAC"}
|
|
@@ -219,7 +219,7 @@ export declare namespace OzoneConcentrationMeasurement {
|
|
|
219
219
|
readonly measuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
220
220
|
readonly optional: true;
|
|
221
221
|
readonly isConditional: true;
|
|
222
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
222
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
223
223
|
readonly mandatoryIf: [] | [{
|
|
224
224
|
numericMeasurement: boolean;
|
|
225
225
|
}];
|
|
@@ -227,7 +227,7 @@ export declare namespace OzoneConcentrationMeasurement {
|
|
|
227
227
|
readonly minMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
228
228
|
readonly optional: true;
|
|
229
229
|
readonly isConditional: true;
|
|
230
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
230
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
231
231
|
readonly mandatoryIf: [] | [{
|
|
232
232
|
numericMeasurement: boolean;
|
|
233
233
|
}];
|
|
@@ -235,7 +235,7 @@ export declare namespace OzoneConcentrationMeasurement {
|
|
|
235
235
|
readonly maxMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
236
236
|
readonly optional: true;
|
|
237
237
|
readonly isConditional: true;
|
|
238
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
238
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
239
239
|
readonly mandatoryIf: [] | [{
|
|
240
240
|
numericMeasurement: boolean;
|
|
241
241
|
}];
|
|
@@ -243,7 +243,7 @@ export declare namespace OzoneConcentrationMeasurement {
|
|
|
243
243
|
readonly peakMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
244
244
|
readonly optional: true;
|
|
245
245
|
readonly isConditional: true;
|
|
246
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
246
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
247
247
|
readonly mandatoryIf: [] | [{
|
|
248
248
|
peakMeasurement: boolean;
|
|
249
249
|
}];
|
|
@@ -251,7 +251,7 @@ export declare namespace OzoneConcentrationMeasurement {
|
|
|
251
251
|
readonly peakMeasuredValueWindow: import("@project-chip/matter-node.js/cluster").Attribute<number, any> & {
|
|
252
252
|
readonly optional: true;
|
|
253
253
|
readonly isConditional: true;
|
|
254
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
254
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
255
255
|
readonly mandatoryIf: [] | [{
|
|
256
256
|
peakMeasurement: boolean;
|
|
257
257
|
}];
|
|
@@ -259,7 +259,7 @@ export declare namespace OzoneConcentrationMeasurement {
|
|
|
259
259
|
readonly averageMeasuredValue: import("@project-chip/matter-node.js/cluster").Attribute<number | null, any> & {
|
|
260
260
|
readonly optional: true;
|
|
261
261
|
readonly isConditional: true;
|
|
262
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
262
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
263
263
|
readonly mandatoryIf: [] | [{
|
|
264
264
|
averageMeasurement: boolean;
|
|
265
265
|
}];
|
|
@@ -267,7 +267,7 @@ export declare namespace OzoneConcentrationMeasurement {
|
|
|
267
267
|
readonly averageMeasuredValueWindow: import("@project-chip/matter-node.js/cluster").Attribute<number, any> & {
|
|
268
268
|
readonly optional: true;
|
|
269
269
|
readonly isConditional: true;
|
|
270
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
270
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
271
271
|
readonly mandatoryIf: [] | [{
|
|
272
272
|
averageMeasurement: boolean;
|
|
273
273
|
}];
|
|
@@ -278,12 +278,12 @@ export declare namespace OzoneConcentrationMeasurement {
|
|
|
278
278
|
readonly optionalIf: [] | [{
|
|
279
279
|
numericMeasurement: boolean;
|
|
280
280
|
}];
|
|
281
|
-
readonly mandatoryIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
281
|
+
readonly mandatoryIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
282
282
|
};
|
|
283
283
|
readonly measurementUnit: import("@project-chip/matter-node.js/cluster").FixedAttribute<ConcentrationMeasurement.MeasurementUnit, any> & {
|
|
284
284
|
readonly optional: true;
|
|
285
285
|
readonly isConditional: true;
|
|
286
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
286
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
287
287
|
readonly mandatoryIf: [] | [{
|
|
288
288
|
numericMeasurement: boolean;
|
|
289
289
|
}];
|
|
@@ -291,14 +291,14 @@ export declare namespace OzoneConcentrationMeasurement {
|
|
|
291
291
|
readonly levelValue: import("@project-chip/matter-node.js/cluster").Attribute<ConcentrationMeasurement.LevelValue, any> & {
|
|
292
292
|
readonly optional: true;
|
|
293
293
|
readonly isConditional: true;
|
|
294
|
-
readonly optionalIf: import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema
|
|
294
|
+
readonly optionalIf: [] | import("@project-chip/matter-node.js/cluster").ConditionalFeatureList<import("@project-chip/matter.js/schema").BitSchema>;
|
|
295
295
|
readonly mandatoryIf: [] | [{
|
|
296
296
|
levelIndication: boolean;
|
|
297
297
|
}];
|
|
298
298
|
};
|
|
299
299
|
readonly measurementMedium: import("@project-chip/matter-node.js/cluster").FixedAttribute<ConcentrationMeasurement.MeasurementMedium, any>;
|
|
300
300
|
};
|
|
301
|
-
}>;
|
|
301
|
+
}, []>;
|
|
302
302
|
type Complete = Identity<typeof CompleteInstance>;
|
|
303
303
|
const Complete: Complete;
|
|
304
304
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OzoneConcentrationMeasurementCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/OzoneConcentrationMeasurementCluster.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH,8CAA8C;AAE9C,OAAO,EAAmB,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACvF,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAEhF,yBAAiB,6BAA6B,CAAC;IACtC,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAyF,CAAC;IAE3G;;OAEG;IACI,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IAEnE;;;;;OAKG;IACH,KAAY,OAAO,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAC;IAEhD,MAAM,OAAO,EAAE,OAAyB,CAAC;IAEhD;;;;;OAKG;IACI,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"OzoneConcentrationMeasurementCluster.d.ts","sourceRoot":"","sources":["../../src/cluster/OzoneConcentrationMeasurementCluster.ts"],"names":[],"mappings":"AACA;;;;GAIG;AAEH,8CAA8C;AAE9C,OAAO,EAAmB,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACvF,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAEhF,yBAAiB,6BAA6B,CAAC;IACtC,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAyF,CAAC;IAE3G;;OAEG;IACI,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAsC,CAAC;IAEnE;;;;;OAKG;IACH,KAAY,OAAO,GAAG,QAAQ,CAAC,OAAO,eAAe,CAAC,CAAC;IAEhD,MAAM,OAAO,EAAE,OAAyB,CAAC;IAEhD;;;;;OAKG;IACI,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAA6G,CAAC;IAE3I,KAAY,QAAQ,GAAG,QAAQ,CAAC,OAAO,gBAAgB,CAAC,CAAC;IAClD,MAAM,QAAQ,EAAE,QAA2B,CAAC;CACpD;AAED,MAAM,MAAM,oCAAoC,GAAG,6BAA6B,CAAC,OAAO,CAAC;AACzF,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwC,CAAC"}
|