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