Skip to content

Commit 5f33b9c

Browse files
author
Joel Collins
committed
Added extra properties to zeroconf service info
1 parent 6f345e4 commit 5f33b9c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

labthings/server/wsgi/gevent.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ def run(
4141
"_labthings._tcp.local.",
4242
f"{self.labthing.title}._labthings._tcp.local.",
4343
port=port,
44-
properties={"path": self.labthing.url_prefix},
44+
properties={
45+
"path": self.labthing.url_prefix,
46+
"title": self.labthing.title,
47+
"description": self.labthing.description,
48+
},
4549
addresses=set(
4650
[
4751
socket.inet_aton(i)

0 commit comments

Comments
 (0)