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 376 B
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved. * * devices/wo-hubmini-matter.ts: SwitchBot v4.0.0 - HubMini Matter Device */ import { WoHub2 } from './wo-hub2.js'; /** * HubMini Matter Device * Uses same hub logic as Hub 2 */ export class WoHubMiniMatter extends WoHub2 { } //# sourceMappingURL=wo-hubmini-matter.js.map