added more debugging
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -127,6 +127,7 @@ def start_mqtt_publishers(universe_count):
|
|||||||
dmxPacket = artNetPacket.data
|
dmxPacket = artNetPacket.data
|
||||||
for i in range(512):
|
for i in range(512):
|
||||||
print(str(i))
|
print(str(i))
|
||||||
|
print(str(artNetPacket.universe))
|
||||||
try:
|
try:
|
||||||
# Create MQTT topic based on the universe and channel
|
# Create MQTT topic based on the universe and channel
|
||||||
topic = f"{str(artNetPacket.universe)}/{str(i)}"
|
topic = f"{str(artNetPacket.universe)}/{str(i)}"
|
||||||
|
|||||||
Reference in New Issue
Block a user