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 205 B
import { WoBulb } from './wo-bulb.js'; /** * Ceiling Light Device * Uses same logic as Color Bulb */ export declare class WoCeilingLight extends WoBulb { } //# sourceMappingURL=wo-ceiling-light.d.ts.map