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.

11 lines 387 B
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved. * * devices/wo-vacuum-k10-pro-combo.ts: SwitchBot v4.0.0 - K10+ Pro Combo Vacuum Device */ import { WoVacuum } from './wo-vacuum.js'; /** * Robot Vacuum Cleaner K10+ Pro Combo */ export class WoVacuumK10ProCombo extends WoVacuum { } //# sourceMappingURL=wo-vacuum-k10-pro-combo.js.map