homebridge-boschcontrolpanel_bgseries
Version:
Homebridge plugin for Bosch Control Panel.
13 lines • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BGOutput = void 0;
class BGOutput {
constructor(OutputNumber) {
this.OutputNumber = 0;
this.OutputText = '';
this.OutputState = false;
this.OutputNumber = OutputNumber;
}
}
exports.BGOutput = BGOutput;
//# sourceMappingURL=BGOutput.js.map