UNPKG

zwave-js

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

6 lines 495 B
import type { DeviceResetLocallyCCNotification, PersistValuesContext } from "@zwave-js/cc"; import type { LogNode } from "@zwave-js/core"; import type { ZWaveController } from "../../controller/Controller.js"; import type { ZWaveNode } from "../Node.js"; export declare function handleDeviceResetLocallyNotification(ctx: PersistValuesContext & LogNode, controller: ZWaveController, node: ZWaveNode, cmd: DeviceResetLocallyCCNotification): void; //# sourceMappingURL=DeviceResetLocallyCC.d.ts.map