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.
12 lines • 442 B
JavaScript
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved.
*
* devices/wo-circulator-fan.ts: SwitchBot v4.0.0 - Circulator Fan Device
*/
import { WoAirPurifier } from './wo-air-purifier.js';
/**
* Circulator Fan Device (Battery/USB)
* Reuses air purifier fan-speed control and status behavior.
*/
export class WoCirculatorFan extends WoAirPurifier {
}
//# sourceMappingURL=wo-circulator-fan.js.map