UNPKG

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.

10 lines 233 B
import { InputType } from './inputType'; export declare class Input { name: string; position: number; row: number; isTV: boolean; type: InputType; exposeAsSwitch: boolean; } //# sourceMappingURL=input.d.ts.map