UNPKG

zwave-js

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

6 lines 377 B
import { type BasicCC, type PersistValuesContext } from "@zwave-js/cc"; import { type LogNode } from "@zwave-js/core"; import type { ZWaveNode } from "../Node.js"; /** Handles the receipt of a BasicCC Set or Report */ export declare function handleBasicCommand(ctx: PersistValuesContext & LogNode, node: ZWaveNode, command: BasicCC): void; //# sourceMappingURL=BasicCC.d.ts.map