Skip to content

Commit

Permalink
chore(types): add basic types for metering and electrical measurement…
Browse files Browse the repository at this point in the history
… clusters
  • Loading branch information
RobinBol committed Aug 21, 2023
1 parent 5478155 commit 12e3f72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ interface ColorControlCluster extends ZCLNodeCluster {
}): Promise<void>;
}

interface MeteringCluster extends ZCLNodeCluster {}

interface ElectricalMeasurementCluster extends ZCLNodeCluster {}

type ZCLNodeEndpoint = {
clusters: {
onOff?: OnOffCluster;
Expand Down

0 comments on commit 12e3f72

Please sign in to comment.