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 • 394 B
JavaScript
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved.
*
* devices/wo-roller-shade.ts: SwitchBot v4.0.0 - Roller Shade
*/
import { WoCurtain } from './wo-curtain.js';
/**
* Roller Shade Device
* Uses same logic as Curtain (motorized window covering)
*/
export class WoRollerShade extends WoCurtain {
}
//# sourceMappingURL=wo-roller-shade.js.map