Fix: unique id per template (dedup is by id ?? deviceType, dropped same-type templates)
This commit is contained in:
parent
77bb24225e
commit
ade07f2e95
1 changed files with 11 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"templates": [
|
"templates": [
|
||||||
{
|
{
|
||||||
|
"id": "custom-fortiswitch-1024e",
|
||||||
"label": "FortiSwitch 1024E",
|
"label": "FortiSwitch 1024E",
|
||||||
"shortName": "FS-1024E",
|
"shortName": "FS-1024E",
|
||||||
"deviceType": "network-switch",
|
"deviceType": "network-switch",
|
||||||
|
|
@ -23,6 +24,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"id": "custom-fortiswitch-224e",
|
||||||
"label": "FortiSwitch 224E",
|
"label": "FortiSwitch 224E",
|
||||||
"shortName": "FS-224E",
|
"shortName": "FS-224E",
|
||||||
"deviceType": "network-switch",
|
"deviceType": "network-switch",
|
||||||
|
|
@ -43,6 +45,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"id": "custom-fortiswitch-424e",
|
||||||
"label": "FortiSwitch 424E",
|
"label": "FortiSwitch 424E",
|
||||||
"shortName": "FS-424E",
|
"shortName": "FS-424E",
|
||||||
"deviceType": "network-switch",
|
"deviceType": "network-switch",
|
||||||
|
|
@ -63,6 +66,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"id": "custom-fortiswitch-448e",
|
||||||
"label": "FortiSwitch 448E",
|
"label": "FortiSwitch 448E",
|
||||||
"shortName": "FS-448E",
|
"shortName": "FS-448E",
|
||||||
"deviceType": "network-switch",
|
"deviceType": "network-switch",
|
||||||
|
|
@ -84,6 +88,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"id": "custom-fortigate-60f",
|
||||||
"label": "FortiGate 60F",
|
"label": "FortiGate 60F",
|
||||||
"shortName": "FG-60F",
|
"shortName": "FG-60F",
|
||||||
"deviceType": "network-router",
|
"deviceType": "network-router",
|
||||||
|
|
@ -104,6 +109,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"id": "custom-fortigate-200f",
|
||||||
"label": "FortiGate 200F",
|
"label": "FortiGate 200F",
|
||||||
"shortName": "FG-200F",
|
"shortName": "FG-200F",
|
||||||
"deviceType": "network-router",
|
"deviceType": "network-router",
|
||||||
|
|
@ -126,6 +132,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"id": "custom-red-komodo-x",
|
||||||
"label": "RED Komodo-X",
|
"label": "RED Komodo-X",
|
||||||
"shortName": "Komodo-X",
|
"shortName": "Komodo-X",
|
||||||
"deviceType": "camera",
|
"deviceType": "camera",
|
||||||
|
|
@ -146,6 +153,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"id": "custom-red-vraptor-x",
|
||||||
"label": "RED V-Raptor [X]",
|
"label": "RED V-Raptor [X]",
|
||||||
"shortName": "V-Raptor X",
|
"shortName": "V-Raptor X",
|
||||||
"deviceType": "camera",
|
"deviceType": "camera",
|
||||||
|
|
@ -168,6 +176,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"id": "custom-yamaha-tio1608d",
|
||||||
"label": "Yamaha Tio1608-D",
|
"label": "Yamaha Tio1608-D",
|
||||||
"shortName": "Tio1608-D",
|
"shortName": "Tio1608-D",
|
||||||
"deviceType": "stage-box",
|
"deviceType": "stage-box",
|
||||||
|
|
@ -186,6 +195,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"id": "custom-glensound-inferno",
|
||||||
"label": "Glensound Inferno",
|
"label": "Glensound Inferno",
|
||||||
"shortName": "Inferno",
|
"shortName": "Inferno",
|
||||||
"deviceType": "commentary-box",
|
"deviceType": "commentary-box",
|
||||||
|
|
@ -205,6 +215,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"id": "custom-eng-ccu-base",
|
||||||
"label": "ENG Broadcast Camera Control System (CCU)",
|
"label": "ENG Broadcast Camera Control System (CCU)",
|
||||||
"shortName": "ENG CCU",
|
"shortName": "ENG CCU",
|
||||||
"deviceType": "camera-ccu",
|
"deviceType": "camera-ccu",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue