UNPKG

zigbee-herdsman

Version:

An open source Zigbee gateway solution with node.js.

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