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.

12 lines 384 B
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved. * * devices/wo-keypad-vision.ts: SwitchBot v4.0.0 - Keypad Vision */ import { WoKeypad } from './wo-keypad.js'; /** * Keypad Vision Device * Uses same logic as Keypad for lock control */ export class WoKeypadVision extends WoKeypad { } //# sourceMappingURL=wo-keypad-vision.js.map