UNPKG

zwave-js

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

7 lines 501 B
import type { ApplicationStatusCCBusy, PersistValuesContext } from "@zwave-js/cc"; import type { LogNode } from "@zwave-js/core"; import type { Driver } from "../../driver/Driver.js"; import type { ZWaveNode } from "../Node.js"; /** Handles the receipt of an ApplicationBusy command */ export declare function handleApplicationBusy(ctx: PersistValuesContext & LogNode, driver: Driver, node: ZWaveNode, command: ApplicationStatusCCBusy): Promise<void>; //# sourceMappingURL=ApplicationStatusCC.d.ts.map