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 188 B
import { WoBulb } from './wo-bulb.js'; /** * Strip Light Device * Uses same logic as Color Bulb */ export declare class WoStrip extends WoBulb { } //# sourceMappingURL=wo-strip.d.ts.map