UNPKG

homebridge-soundtouch-platform

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