@homebridge-plugins/homebridge-smarthq
Version:
The SmartHQ plugin allows you to interact with SmartHQ Devices in HomeKit and with Siri.
10 lines • 502 B
TypeScript
import type { CharacteristicValue, PlatformAccessory } from 'homebridge';
import type { SmartHqContext } from '../settings.js';
import { deviceBase } from './device.js';
export declare class SmartHQClothesDryer extends deviceBase {
private ClothesDryer;
constructor(platform: any, accessory: PlatformAccessory<SmartHqContext>, device: any);
handleGetOn(): Promise<CharacteristicValue>;
handleSetOn(value: CharacteristicValue): Promise<void>;
}
//# sourceMappingURL=clothesDryer.d.ts.map