added properies to zeroconf info

This commit is contained in:
Patrick762
2023-06-16 17:02:58 +02:00
parent 16c15e988b
commit b6518a659f

View File

@@ -560,6 +560,8 @@ def start_zeroconf():
f"Stream Deck API Server.{SD_ZEROCONF}",
addresses=[socket.inet_aton("127.0.0.1")],
port=80,
properties={'path': '/sd/info'},
server="pythonserver.local.",
)
zeroconf = Zeroconf()