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 258 B
import { WoRGBICBulb } from './wo-rgbic-bulb.js'; /** * RGBICWW Floor Lamp Device * Uses same logic as RGBIC Bulb with segmented control */ export declare class WoRGBICWWFloorLamp extends WoRGBICBulb { } //# sourceMappingURL=wo-rgbicww-floor-lamp.d.ts.map