We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5fe49f + 9635576 commit 7c18d8bCopy full SHA for 7c18d8b
types/openzwave-shared.d.ts
@@ -501,6 +501,13 @@ declare module "openzwave-shared" {
501
*/
502
removeNode(): boolean;
503
504
+ /**
505
+ * Remove a specific failed node from the controller's memory.
506
+ * The Status of the Node Removal is communicated via Notifications.
507
+ * Specifically, you should monitor ControllerCommand Notifications.
508
+ */
509
+ removeFailedNode(nodeId: number): boolean;
510
+
511
/**
512
* Check if the Controller Believes a Node has Failed.
513
* This is different from `thevIsNodeFailed` call in that we test the Controllers
0 commit comments