Skip to content

Commit 273dec1

Browse files
author
Joel Collins
committed
Added Thing types to mDNS TXT records
1 parent 53ff321 commit 273dec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labthings/server/wsgi/gevent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def run(
4545
"path": self.labthing.url_prefix,
4646
"title": self.labthing.title,
4747
"description": self.labthing.description,
48+
"types": ";".join(self.labthing.types),
4849
},
4950
addresses=set(
5051
[

0 commit comments

Comments
 (0)