zwave-js
Version:
Z-Wave driver written entirely in JavaScript/TypeScript
6 lines • 402 B
TypeScript
import { type BinarySwitchCC, type PersistValuesContext } from "@zwave-js/cc";
import type { LogNode } from "@zwave-js/core";
import type { ZWaveNode } from "../Node.js";
/** Handles the receipt of a BinarySwitchCC Set */
export declare function handleBinarySwitchCommand(ctx: PersistValuesContext & LogNode, node: ZWaveNode, command: BinarySwitchCC): void;
//# sourceMappingURL=BinarySwitchCC.d.ts.map