Skip to content

Commit 9635576

Browse files
committed
Adding missing typeing for removeFailedNode
1 parent a5fe49f commit 9635576

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

types/openzwave-shared.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,13 @@ declare module "openzwave-shared" {
501501
*/
502502
removeNode(): boolean;
503503

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+
504511
/**
505512
* Check if the Controller Believes a Node has Failed.
506513
* This is different from `thevIsNodeFailed` call in that we test the Controllers

0 commit comments

Comments
 (0)