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.

12 lines 413 B
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved. * * devices/wo-sensor-th-plus.ts: SwitchBot v4.0.0 - Meter Plus */ import { WoSensorTH } from './wo-sensor-th.js'; /** * Meter Plus (Temperature/Humidity Sensor with screen) * Uses same logic as standard Meter */ export class WoSensorTHPlus extends WoSensorTH { } //# sourceMappingURL=wo-sensor-th-plus.js.map