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.
11 lines • 376 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InputType = void 0;
var InputType;
(function (InputType) {
InputType["TV"] = "TV";
InputType["App"] = "APP";
InputType["Source"] = "SOURCE";
InputType["Channel"] = "CHANNEL";
})(InputType = exports.InputType || (exports.InputType = {}));
//# sourceMappingURL=inputType.js.map