UNPKG

zigbee-herdsman

Version:

An open source Zigbee gateway solution with node.js.

3 lines 162 B
import type { Cluster, ClusterName } from "./tstype"; export declare const Clusters: Readonly<Record<ClusterName, Cluster>>; //# sourceMappingURL=cluster.d.ts.map