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 • 316 B
TypeScript
import type { LeakStatus } from '../types/device.js';
import { SwitchBotDevice } from './base.js';
export declare class WoWaterDetector extends SwitchBotDevice {
/**
* Get device status (BLE-first, API-fallback)
*/
getStatus(): Promise<LeakStatus>;
}
//# sourceMappingURL=wo-water-detector.d.ts.map