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 347 B
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved. * * devices/wo-humi2.ts: SwitchBot v4.0.0 - Humidifier 2 Device */ import { WoHumi } from './wo-humi.js'; /** * Humidifier 2 Device * Uses same logic as Humidifier */ export class WoHumi2 extends WoHumi { } //# sourceMappingURL=wo-humi2.js.map