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 242 B
import { WoSmartLockPro } from './wo-lock-pro.js'; /** * Smart Lock Vision Pro Device (with camera and unlatch support) */ export declare class WoSmartLockVisionPro extends WoSmartLockPro { } //# sourceMappingURL=wo-lock-vision-pro.d.ts.map