UNPKG

@homebridge-plugins/homebridge-smarthq

Version:

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

17 lines 835 B
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 SmartHQIceMaker extends deviceBase { readonly platform: SmartHQPlatform; readonly device: SmartHqContext['device'] & devicesConfig; private opalProductionLimit; private oimPowerSvcName; private oimProgressSvcName; private oimNightlightSvcName; constructor(platform: SmartHQPlatform, accessory: PlatformAccessory<SmartHqContext>, device: SmartHqContext['device'] & devicesConfig); private getProductionValue; readErd(erd: string): Promise<string>; writeErd(erd: string, value: string | boolean): Promise<undefined>; } //# sourceMappingURL=icemaker.d.ts.map