From 9635576107e4ac2b19cf2f32c392c3aa87fa2d17 Mon Sep 17 00:00:00 2001 From: Tom Rankin Date: Tue, 12 Nov 2019 11:52:39 -0600 Subject: [PATCH] Adding missing typeing for removeFailedNode --- types/openzwave-shared.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/types/openzwave-shared.d.ts b/types/openzwave-shared.d.ts index d3adabee..32200639 100644 --- a/types/openzwave-shared.d.ts +++ b/types/openzwave-shared.d.ts @@ -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