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 364 B
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved. * * devices/wo-strip-light-3.ts: SwitchBot v4.0.0 - Strip Light 3 */ import { WoBulb } from './wo-bulb.js'; /** * Strip Light 3 Device * Uses same logic as Color Bulb */ export class WoStripLight3 extends WoBulb { } //# sourceMappingURL=wo-strip-light-3.js.map