UNPKG

@homebridge-plugins/homebridge-smarthq

Version:

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

12 lines 601 B
import type { PlatformAccessory, Service } from 'homebridge'; import type { SmartHQPlatform, devicesConfig, SmartHqContext } from '../../../index.js'; import { OpalDeviceBase } from '../OpalDeviceBase.js'; export declare class OpalNightlightSvcManager extends OpalDeviceBase { private service; private serviceName; private configuredName; constructor(platform: SmartHQPlatform, accessory: PlatformAccessory<SmartHqContext>, device: SmartHqContext['device'] & devicesConfig); private createService; getService(): Service; } //# sourceMappingURL=OpalNightlightSvcManager.d.ts.map