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 196 B
import { WoBulb } from './wo-bulb.js'; /** * Floor Lamp Device * Uses same logic as Color Bulb */ export declare class WoFloorLamp extends WoBulb { } //# sourceMappingURL=wo-floor-lamp.d.ts.map