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.
16 lines • 426 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Input = void 0;
const inputType_1 = require("./inputType");
class Input {
constructor() {
this.name = '';
this.position = 0;
this.row = 0;
this.isTV = false;
this.type = inputType_1.InputType.TV;
this.exposeAsSwitch = false;
}
}
exports.Input = Input;
//# sourceMappingURL=input.js.map