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 296 B
import { WoRelaySwitch1 } from './wo-relay-switch-1.js'; /** * Garage Door Opener Device (uses relay switch control) * Extends Relay Switch 1 for simple open/close control */ export declare class WoGarageDoorOpener extends WoRelaySwitch1 { } //# sourceMappingURL=wo-garage-door-opener.d.ts.map