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 428 B
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved. * * devices/wo-rgbicww-floor-lamp.ts: SwitchBot v4.0.0 - RGBICWW Floor Lamp */ import { WoRGBICBulb } from './wo-rgbic-bulb.js'; /** * RGBICWW Floor Lamp Device * Uses same logic as RGBIC Bulb with segmented control */ export class WoRGBICWWFloorLamp extends WoRGBICBulb { } //# sourceMappingURL=wo-rgbicww-floor-lamp.js.map