Skip to content

Commit

Permalink
Added Thing types to mDNS TXT records
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Mar 23, 2020
1 parent 53ff321 commit 273dec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labthings/server/wsgi/gevent.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def run(
"path": self.labthing.url_prefix,
"title": self.labthing.title,
"description": self.labthing.description,
"types": ";".join(self.labthing.types),
},
addresses=set(
[
Expand Down

0 comments on commit 273dec1

Please sign in to comment.