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 277 B
import { WoRelaySwitch1 } from './wo-relay-switch-1.js'; /** * Relay Switch 1PM Device (1-channel with power monitoring) * Uses same logic as Relay Switch 1 */ export declare class WoRelaySwitch1PM extends WoRelaySwitch1 { } //# sourceMappingURL=wo-relay-switch-1pm.d.ts.map