project-chip / matter.js

A complete typescript implementation of the Matter protocol specification (https://buildwithmatter.com). Includes full support for controller, device, commissioning, secure communications, device types, and cluster definitions.
Apache License 2.0
328 stars 57 forks source link

Allow device re-announces #1071

Closed Apollon77 closed 1 month ago

Apollon77 commented 1 month ago

Detect a try to re-announce a device via "serverNode.advertiseNow()" and handle it accordingly.