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