fixed join muticast universe

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-13 00:49:26 +01:00
parent acf8f01204
commit d443eddb93
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ def mqtt_publisher(universe):
print(packet.dmxData)
global dmx_values
dmx_values = packet.dmxData
receiver.join_multicast()
receiver.join_multicast(universe)
while True:
if dmx_values is not None:
for channel, value in enumerate(dmx_values):