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 252 B
import { WoAirPurifier } from './wo-air-purifier.js'; /** * Air Purifier Table Device * Uses same logic as standard Air Purifier */ export declare class WoAirPurifierTable extends WoAirPurifier { } //# sourceMappingURL=wo-air-purifier-table.d.ts.map