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 236 B
import { WoCurtain } from './wo-curtain.js'; /** * Roller Shade Device * Uses same logic as Curtain (motorized window covering) */ export declare class WoRollerShade extends WoCurtain { } //# sourceMappingURL=wo-roller-shade.d.ts.map