@homebridge-plugins/homebridge-smarthq
Version:
The SmartHQ plugin allows you to interact with SmartHQ Devices in HomeKit and with Siri.
10 lines • 562 B
TypeScript
import type { PlatformAccessory } from 'homebridge';
import type { SmartHQPlatform } from '../platform.js';
import type { devicesConfig, SmartHqContext } from '../settings.js';
import { deviceBase } from './device.js';
export declare class SmartHQMicrowave extends deviceBase {
readonly platform: SmartHQPlatform;
readonly device: SmartHqContext['device'] & devicesConfig;
constructor(platform: SmartHQPlatform, accessory: PlatformAccessory<SmartHqContext>, device: SmartHqContext['device'] & devicesConfig);
}
//# sourceMappingURL=microwave.d.ts.map