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 201 B
import { WoSmartLock } from './wo-lock.js'; /** * Smart Lock Vision Device (with camera) */ export declare class WoSmartLockVision extends WoSmartLock { } //# sourceMappingURL=wo-lock-vision.d.ts.map