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

Fixes offline factory reset #1074

Closed lauckhart closed 1 month ago

lauckhart commented 1 month ago

Previously was returning from factory reset without awaiting construction if the node was offline.

Also adds additional factory reset tests.