Skip to content

Commit

Permalink
Merge pull request #357 from trankin/bugfix/typings
Browse files Browse the repository at this point in the history
Adding missing typing for removeFailedNode
  • Loading branch information
robertsLando authored Nov 15, 2019
2 parents a5fe49f + 9635576 commit 7c18d8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions types/openzwave-shared.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,13 @@ declare module "openzwave-shared" {
*/
removeNode(): boolean;

/**
* Remove a specific failed node from the controller's memory.
* The Status of the Node Removal is communicated via Notifications.
* Specifically, you should monitor ControllerCommand Notifications.
*/
removeFailedNode(nodeId: number): boolean;

/**
* Check if the Controller Believes a Node has Failed.
* This is different from `thevIsNodeFailed` call in that we test the Controllers
Expand Down

0 comments on commit 7c18d8b

Please sign in to comment.