UNPKG

node-switchbot

Version:

The node-switchbot is a Node.js module which allows you to control your Switchbot Devices through Bluetooth (BLE) with automatic OpenAPI fallback.

8 lines 275 B
import { WoAirPurifier } from './wo-air-purifier.js'; /** * Climate Panel Device * Reuses climate control behavior for power, mode, and fan-speed style control. */ export declare class WoClimatePanel extends WoAirPurifier { } //# sourceMappingURL=wo-climate-panel.d.ts.map