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.
11 lines • 346 B
JavaScript
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved.
*
* devices/wo-lock-lite.ts: SwitchBot v4.0.0 - Smart Lock Lite Device
*/
import { WoSmartLock } from './wo-lock.js';
/**
* Smart Lock Lite Device
*/
export class WoSmartLockLite extends WoSmartLock {
}
//# sourceMappingURL=wo-lock-lite.js.map