@joergmittaglawo/dmvconfig
Version:
DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.
15 lines • 430 B
TypeScript
/**
* Finds and loads the Monitoring Objects Configuration
* @packageDocumentation
*
* @version 0.0.0-alpha.0
* @date 2020-10-18
* @author Mittag, Jörg (Lawo) <joerg.mittag@lawo.com>
* @license SPDX-License-Identifier: MIT
*/
/**
* The Monitoring Objects configuration
*/
export declare const MOS_CONF: import('../../config/config/monitoring_objects').default;
export default MOS_CONF;
//# sourceMappingURL=mos.d.ts.map