Skip to content

Commit 38aa90f

Browse files
committed
Advertising homekit category identifier
1 parent 5e6d103 commit 38aa90f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/beowulfe/hap/impl/jmdns/JmdnsHomekitAdvertiser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ private void registerService() throws IOException {
7171
props.put("c#", "1");
7272
props.put("s#", "1");
7373
props.put("ff", "0");
74+
props.put("ci", "1");
7475
jmdns.registerService(ServiceInfo.create(SERVICE_TYPE, label, port, 1, 1, props));
7576
}
7677

0 commit comments

Comments
 (0)