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.

12 lines 473 B
/* Copyright(C) 2024-2026, donavanbecker (https://github.com/donavanbecker). All rights reserved. * * devices/wo-garage-door-opener.ts: SwitchBot v4.0.0 - Garage Door Opener Device */ 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 class WoGarageDoorOpener extends WoRelaySwitch1 { } //# sourceMappingURL=wo-garage-door-opener.js.map