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 223 B
import { WoPlugMiniUS } from './wo-plug-mini-us.js'; /** * Plug Mini (JP) Device * Uses same logic as US version */ export declare class WoPlugMiniJP extends WoPlugMiniUS { } //# sourceMappingURL=wo-plug-mini-jp.d.ts.map