zwave-js
Version:
Z-Wave driver written entirely in JavaScript/TypeScript
4 lines • 299 B
TypeScript
import { type CCAPI } from "@zwave-js/cc";
/** Creates a wrapper that looks like an instance of a specific CC API, but can handle multiple instances of that API */
export declare function createMultiCCAPIWrapper<T extends CCAPI>(apiInstances: T[]): T;
//# sourceMappingURL=MultiCCAPIWrapper.d.ts.map