From 4c37fc13291ff9381844606560fb3d166be7752b Mon Sep 17 00:00:00 2001 From: jpadie Date: Wed, 13 Nov 2024 15:52:49 +0000 Subject: [PATCH] Update MIGRATION_GUIDE_08.md replace factoryReset and destroy with erase and delete --- docs/MIGRATION_GUIDE_08.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/MIGRATION_GUIDE_08.md b/docs/MIGRATION_GUIDE_08.md index 4c9e672f2a..edcab635de 100644 --- a/docs/MIGRATION_GUIDE_08.md +++ b/docs/MIGRATION_GUIDE_08.md @@ -70,8 +70,8 @@ Afterward you start the node. Here you have two options: The following methods are also existing on the ServerNode: - **`cancel()`**: This brings the node offline and removes all network sockets but leave state and structure intact, so it can be started again. -- **`factoryReset()`**: This factory resets the device. If started it is stopped and restarted afterward. -- **`destroy()`**: This destroys the node, taking it offline and removing it from the environment workers- +- **`erase()`**: This factory resets the device. If started it is stopped and restarted afterward. +- **`delete()`**: This destroys the node, taking it offline and removing it from the environment workers- ### New:Endpoint <--> Legacy:Endpoint and Device-Classes/Clusters