UNPKG

@homebridge-plugins/homebridge-smarthq

Version:

The SmartHQ plugin allows you to interact with SmartHQ Devices in HomeKit and with Siri.

10 lines 505 B
import type { CharacteristicValue, PlatformAccessory } from 'homebridge'; import type { SmartHqContext } from '../settings.js'; import { deviceBase } from './device.js'; export declare class SmartHQClothesWasher extends deviceBase { private ClothesWasher; constructor(platform: any, accessory: PlatformAccessory<SmartHqContext>, device: any); handleGetOn(): Promise<CharacteristicValue>; handleSetOn(value: CharacteristicValue): Promise<void>; } //# sourceMappingURL=clothesWasher.d.ts.map