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 175 B
import { WoHub2 } from './wo-hub2.js'; /** * Hub 3 Device * Uses same logic as Hub 2 */ export declare class WoHub3 extends WoHub2 { } //# sourceMappingURL=wo-hub3.d.ts.map