UNPKG
@joergmittaglawo/dmvconfig
Version:
dev (0.0.0-alpha.1)
latest (0.0.0-alpha.5)
0.0.0-alpha.5
0.0.0-alpha.4
0.0.0-alpha.3
0.0.0-alpha.2
0.0.0-alpha.1
0.0.0-alpha.0
DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.
@joergmittaglawo/dmvconfig
/
examples
/
biskit
/
singlenode191
/
heads.js
18 lines
(16 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const
HEADS
=
Array.from(
{
length:
8
}
,
()
=>
({
standard:
'HD1080p50'
,
streaming:
'ST2022_6'
,
pips:
64
,
clocks:
{
digital:
4
,
analog:
4
, }
,
textboxes:
16
,
ppms:
8
,
images:
2
,
}),
);
module.exports
=
HEADS;