type of universe

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-15 11:33:58 +01:00
parent 1b6e93c051
commit d365258785
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ artnetBindIp = get_eth0_ip()
artNet = Artnet.Artnet(BINDIP = artnetBindIp, DEBUG = False, SHORTNAME = "PiXelTubeMaster", LONGNAME = "PiXelTubeMaster", PORT = 6454)
tuple_ip = (str(get_eth0_ip()), 6454)
artNet.art_pol_reply(tuple_ip)
print(type(artNet.readPacket()))
print(type(artNet.universe()))
# while True:
# try:
# # Gets whatever the last Art-Net packet we received is