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 189 B
import { WoHumi } from './wo-humi.js'; /** * Humidifier 2 Device * Uses same logic as Humidifier */ export declare class WoHumi2 extends WoHumi { } //# sourceMappingURL=wo-humi2.d.ts.map