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