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 193 B
import { WoBulb } from './wo-bulb.js'; /** * Art Frame Device * Uses same logic as Color Bulb */ export declare class WoArtFrame extends WoBulb { } //# sourceMappingURL=wo-art-frame.d.ts.map