Fix: add unique ids so dedup-by-deviceType doesn't drop templates
This commit is contained in:
parent
f6c104b91f
commit
77bb24225e
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"version": 1,
|
||||
"templates": [
|
||||
{
|
||||
"id": "custom-aja-dante-12gam",
|
||||
"label": "AJA DANTE-12GAM",
|
||||
"shortName": "DANTE-12GAM",
|
||||
"deviceType": "audio-embedder",
|
||||
|
|
@ -29,6 +30,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "custom-eng-ccu-camside",
|
||||
"label": "ENG Camera Adapter (Camera Side)",
|
||||
"shortName": "ENG Cam Adapter",
|
||||
"deviceType": "camera-ccu",
|
||||
|
|
|
|||
Loading…
Reference in a new issue