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 207 B
import { WoHub2 } from './wo-hub2.js'; /** * HubMini Matter Device * Uses same hub logic as Hub 2 */ export declare class WoHubMiniMatter extends WoHub2 { } //# sourceMappingURL=wo-hubmini-matter.d.ts.map