UNPKG

homebridge-virtual-accessories

Version:
11 lines (10 loc) 236 B
/** * */ export declare class SpeakerConfiguration { volume: number; mute: boolean; private errorFields; readonly fieldNames: { [P in keyof this]?: P | undefined; }; isValid(prefix: string): [boolean, string[]]; }