Skip to content

Commit

Permalink
fixes to enable dante remote devices
Browse files Browse the repository at this point in the history
  • Loading branch information
mschlgl committed Jul 22, 2024
1 parent a99d088 commit e66c032
Show file tree
Hide file tree
Showing 3 changed files with 526 additions and 699 deletions.
19 changes: 15 additions & 4 deletions admin/lib/device_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
"short" : "O",
"amount" : 8
}
},
"grp" : {
"groups" : {
"name" : "Groups",
"short" : "GRP",
"amount" : 10
}
}
},
"SMD202" : {
Expand Down Expand Up @@ -87,7 +94,8 @@
"short" : "dmp128",
"objects" : [
"common",
"dmp128"
"dmp128",
"danterelay"
],
"in" : {
"inputs" : {
Expand Down Expand Up @@ -164,7 +172,8 @@
"short" : "dmp128",
"objects" : [
"common",
"dmp128"
"dmp128",
"danterelay"
],
"in" : {
"inputs" : {
Expand Down Expand Up @@ -241,7 +250,8 @@
"short" : "dmp64",
"objects" : [
"common",
"dmp128"
"dmp128",
"danterelay"
],
"in" : {
"inputs" : {
Expand Down Expand Up @@ -318,7 +328,8 @@
"short" : "xmp240cat",
"objects" : [
"common",
"xmp240"
"xmp240",
"danterelay"
],
"in" : {
"virtualReturns" : {
Expand Down
Loading

0 comments on commit e66c032

Please sign in to comment.