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.

7 lines 186 B
import { WoVacuum } from './wo-vacuum.js'; /** * Robot Vacuum Cleaner K11+ */ export declare class WoVacuumK11Plus extends WoVacuum { } //# sourceMappingURL=wo-vacuum-k11-plus.d.ts.map