zigbee-clusters 2.2.1 → 2.2.2
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/index.d.ts +4 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -272,6 +272,10 @@ interface ColorControlCluster extends ZCLNodeCluster {
|
|
|
272
272
|
}): Promise<void>;
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
+
interface MeteringCluster extends ZCLNodeCluster {}
|
|
276
|
+
|
|
277
|
+
interface ElectricalMeasurementCluster extends ZCLNodeCluster {}
|
|
278
|
+
|
|
275
279
|
type ZCLNodeEndpoint = {
|
|
276
280
|
clusters: {
|
|
277
281
|
onOff?: OnOffCluster;
|