UNPKG

homebridge-soundtouch-platform

Version:
11 lines 599 B
import { SoundTouchVolume } from './sound-touch-volume'; import { HomebridgeAccessoryWrapper } from 'homebridge-base-platform'; import { Service, Characteristic } from 'homebridge'; import { SoundTouchDevice } from './sound-touch-device'; export declare class SoundTouchLightbulbVolume extends SoundTouchVolume { protected initService(): Service; static clearServices(accessoryWrapper: HomebridgeAccessoryWrapper<SoundTouchDevice>): void; getVolumeCharacteristic(): Characteristic; getMuteCharacteristic(): Characteristic; } //# sourceMappingURL=sound-touch-lightbulb-volume.d.ts.map