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 • 458 B
JavaScript
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved.
*
* devices/wo-sensor-th-pro-co2.ts: SwitchBot v4.0.0 - Meter Pro CO2
*/
import { WoSensorTH } from './wo-sensor-th.js';
/**
* Meter Pro CO2 (Temperature/Humidity/CO2 Sensor)
* Use same logic as standard Meter (CO2 data available in extended status)
*/
export class WoSensorTHProCO2 extends WoSensorTH {
}
//# sourceMappingURL=wo-sensor-th-pro-co2.js.map