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 383 B
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved. * * devices/wo-plug-mini-jp.ts: SwitchBot v4.0.0 - Plug Mini (JP) */ import { WoPlugMiniUS } from './wo-plug-mini-us.js'; /** * Plug Mini (JP) Device * Uses same logic as US version */ export class WoPlugMiniJP extends WoPlugMiniUS { } //# sourceMappingURL=wo-plug-mini-jp.js.map