UNPKG

@joergmittaglawo/dmvconfig

Version:

DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.

25 lines 838 B
/** * Runs the Heads Configuration * @packageDocumentation * * @version 0.0.0-alpha.0 * @date 2020-10-13 * @author Mittag, Jörg (Lawo) <joerg.mittag@lawo.com> * @license SPDX-License-Identifier: MIT * * @changelog 2020-10-13 JMi Add support for tally rules * @changelog 2020-10-10 JMi Add support for background images * @changelog 2020-10-10 JMi Implement support for PPMs * @changelog 2020-10-10 JMi Make unnecessary members optional */ import type { VMatrix } from 'vapi'; import type { DMVConfig } from '../conf'; /** * Runs the Heads Configuration * * @param config The DMV Configuration * @param master An open VMatrix connection to the cluster master */ export declare function runHeadConfig({ heads }: DMVConfig, master: VMatrix): Promise<void>; export default runHeadConfig; //# sourceMappingURL=heads.d.ts.map