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.
8 lines • 312 B
TypeScript
import { WoAirPurifier } from './wo-air-purifier.js';
/**
* Smart Thermostat Radiator Device
* Reuses climate control behavior for power, mode, and speed-level style control.
*/
export declare class WoSmartThermostatRadiator extends WoAirPurifier {
}
//# sourceMappingURL=wo-smart-thermostat-radiator.d.ts.map