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 261 B
import { WoRGBICBulb } from './wo-rgbic-bulb.js'; /** * RGBICWW Strip Light Device * Uses same logic as RGBIC Bulb with segmented control */ export declare class WoRGBICWWStripLight extends WoRGBICBulb { } //# sourceMappingURL=wo-rgbicww-strip-light.d.ts.map