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 • 429 B
JavaScript
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved.
*
* devices/wo-air-purifier-table.ts: SwitchBot v4.0.0 - Air Purifier Table Device
*/
import { WoAirPurifier } from './wo-air-purifier.js';
/**
* Air Purifier Table Device
* Uses same logic as standard Air Purifier
*/
export class WoAirPurifierTable extends WoAirPurifier {
}
//# sourceMappingURL=wo-air-purifier-table.js.map