@joergmittaglawo/dmvconfig
Version:
DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.
18 lines • 484 B
TypeScript
/**
* Runs the Nodes Configuration
* @packageDocumentation
*
* @version 0.0.0-alpha.0
* @date 2020-04-15
* @author Mittag, Jörg (Lawo) <joerg.mittag@lawo.com>
* @license SPDX-License-Identifier: MIT
*/
import type { DMVConfig } from '../conf';
/**
* Runs the Nodes Configuration
*
* @param config The DMV Configuration
*/
export declare const runNodesConfigAll: (config: DMVConfig) => Promise<void[]>;
export default runNodesConfigAll;
//# sourceMappingURL=nodes.d.ts.map