components/esp_matter_console: add the "matter esp factoryreset"

"matter device factoryreset" just erases the non volatile storage of
connectedhomeip SDK. This adds one more command which clears the non
volatile storage of esp-matter SDK as well.
This commit is contained in:
Shubham Patil
2024-12-12 17:07:40 +05:30
parent 5b84c67189
commit 11c2f668c5
5 changed files with 56 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
# 27-December-2024
Added ``matter esp factoryreset`` command to factory reset a Matter device.
This command erases the esp-matter and connectedhomeip SDK's non-volatile storage.
# 15-Oct-2024
API Change