project-chip / rs-matter

Rust implementation of the Matter protocol. Status: Experimental
Apache License 2.0
310 stars 43 forks source link

Commissioning with Google Home fails at the end with "device not found" #136

Closed ivmarkov closed 5 months ago

ivmarkov commented 6 months ago

Turns out the reason is we don't (yet) support the RevokeComm command on the admin cluster.

My next branch has an impl that fixes the issue. To be merged soon, hopefully.

ivmarkov commented 5 months ago

Fixed by https://github.com/project-chip/rs-matter/pull/137