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.

8 lines 258 B
import { WoSensorTH } from './wo-sensor-th.js'; /** * Outdoor Meter (Temperature/Humidity Sensor for outdoor use) * Uses same logic as standard Meter */ export declare class WoIOSensorTH extends WoSensorTH { } //# sourceMappingURL=wo-io-sensor-th.d.ts.map