homebridge-saphi-tv
Version:
This plugin allows you to control your SaphiOS PhilipsTV with support for Apps, Sources and Channels as well as Ambilight, Ambilight+Hue and a CC Remote.
32 lines • 870 B
TypeScript
import { PlatformConfig } from 'homebridge';
import { Input } from './input';
export declare class Configuration {
readonly config: PlatformConfig;
ip_address: string;
wol_url: string;
ambi_poweron: boolean;
ambi_poweroff: boolean;
inputs: Input[];
name: string;
startup_time: number;
input_delay: number;
timeout: number;
polling_interval: number;
protocol: string;
api_version: number;
port_no: number;
has_tv_channels: boolean;
channel_setup_popup_time: number;
has_ambihue: boolean;
has_ambilight: boolean;
vertical_inputs: boolean;
multirow_apps: boolean;
input_url: string;
ambihue_url: string;
power_url: string;
ambilight_url: string;
audio_url: string;
base_url: string;
constructor(config: PlatformConfig);
}
//# sourceMappingURL=configuration.d.ts.map