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 181 B
import { WoSmartLock } from './wo-lock.js'; /** * Smart Lock Lite Device */ export declare class WoSmartLockLite extends WoSmartLock { } //# sourceMappingURL=wo-lock-lite.d.ts.map