added properies to zeroconf info
This commit is contained in:
@@ -560,6 +560,8 @@ def start_zeroconf():
|
|||||||
f"Stream Deck API Server.{SD_ZEROCONF}",
|
f"Stream Deck API Server.{SD_ZEROCONF}",
|
||||||
addresses=[socket.inet_aton("127.0.0.1")],
|
addresses=[socket.inet_aton("127.0.0.1")],
|
||||||
port=80,
|
port=80,
|
||||||
|
properties={'path': '/sd/info'},
|
||||||
|
server="pythonserver.local.",
|
||||||
)
|
)
|
||||||
|
|
||||||
zeroconf = Zeroconf()
|
zeroconf = Zeroconf()
|
||||||
|
|||||||
Reference in New Issue
Block a user