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 224 B
import { WoKeypad } from './wo-keypad.js'; /** * Keypad Vision Device * Uses same logic as Keypad for lock control */ export declare class WoKeypadVision extends WoKeypad { } //# sourceMappingURL=wo-keypad-vision.d.ts.map