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 273 B
import { WoAirPurifier } from './wo-air-purifier.js'; /** * Circulator Fan Device (Battery/USB) * Reuses air purifier fan-speed control and status behavior. */ export declare class WoCirculatorFan extends WoAirPurifier { } //# sourceMappingURL=wo-circulator-fan.d.ts.map