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 • 442 B
JavaScript
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved.
*
* devices/wo-climate-panel.ts: SwitchBot v4.0.0 - Climate Panel Device
*/
import { WoAirPurifier } from './wo-air-purifier.js';
/**
* Climate Panel Device
* Reuses climate control behavior for power, mode, and fan-speed style control.
*/
export class WoClimatePanel extends WoAirPurifier {
}
//# sourceMappingURL=wo-climate-panel.js.map