UNPKG

zwave-js

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

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