UNPKG

homebridge-philips-hue-sync-box

Version:
13 lines 773 B
import { SyncBoxDevice } from './base.js'; import type { PlatformAccessory } from 'homebridge'; import type { State } from '../state.js'; import type { HueSyncBoxPlatform } from '../platform.js'; export declare class LightbulbDevice extends SyncBoxDevice { protected readonly platform: HueSyncBoxPlatform; readonly accessory: PlatformAccessory; protected state: State; constructor(platform: HueSyncBoxPlatform, accessory: PlatformAccessory, state: State); protected getPowerCharacteristic(): typeof import("@homebridge/hap-nodejs/dist/lib/definitions/CharacteristicDefinitions.js").On; protected getServiceType(): typeof import("@homebridge/hap-nodejs/dist/lib/definitions/ServiceDefinitions.js").Lightbulb; } //# sourceMappingURL=lightbulb.d.ts.map