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