Add artmap polling to discover sACN unicast receivers
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -338,6 +338,12 @@ export function renderSacnTable() {
|
||||
}
|
||||
}
|
||||
});
|
||||
(node.sacn_unicast_inputs || []).forEach(u => {
|
||||
if (!rxByUniverse.has(u)) rxByUniverse.set(u, []);
|
||||
if (!rxByUniverse.get(u).includes(name)) {
|
||||
rxByUniverse.get(u).push(name);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
const allUniverses = new Set([...txByUniverse.keys(), ...rxByUniverse.keys()]);
|
||||
|
||||
Reference in New Issue
Block a user