UNPKG

zwave-js

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

4 lines 263 B
import type { JsonlDBOptions } from "@alcalzone/jsonl-db"; import type { ZWaveOptions } from "./ZWaveOptions.js"; export declare const throttlePresets: Record<ZWaveOptions["storage"]["throttle"], JsonlDBOptions<any>>; //# sourceMappingURL=ThrottlePresets.d.ts.map