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.

9 lines 326 B
import type { DeviceStatus } from '../types/index.js'; import { SwitchBotDevice } from './base.js'; export declare class WoRemoteWithScreen extends SwitchBotDevice { /** * Get device status (BLE-first, API-fallback) */ getStatus(): Promise<DeviceStatus>; } //# sourceMappingURL=wo-remote-with-screen.d.ts.map