Skip to content

Commit

Permalink
Merge pull request #211 from ivmarkov/mdns-missing-cm
Browse files Browse the repository at this point in the history
Mini-fix: mDNS: Mark the node as commissionable with a _CM subtype
  • Loading branch information
kedars authored Sep 26, 2024
2 parents 5b349c6 + e91053b commit 9bfcc41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rs-matter/src/mdns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ impl ServiceMode {
service_subtypes: &[
&Self::get_long_service_subtype(*discriminator),
&Self::get_short_service_type(*discriminator),
"_CM",
],
txt_kvs,
})
Expand Down

0 comments on commit 9bfcc41

Please sign in to comment.