feat: update to new cluster protocol
This commit is contained in:
@@ -462,6 +462,7 @@ class LEDLabServer {
|
||||
const frameData = stream.preset.generateFrame();
|
||||
if (frameData) {
|
||||
// Send to specific node
|
||||
// frameData format: "RAW:FF0000FF0000..." (RAW prefix + hex pixel data)
|
||||
this.udpDiscovery.sendToNode(nodeIp, frameData);
|
||||
|
||||
// Send frame data to WebSocket clients for preview
|
||||
|
||||
Reference in New Issue
Block a user