Skip to content

Commit

Permalink
Merge pull request #354 from mlankamp/dev
Browse files Browse the repository at this point in the history
Update openzwave-shared.d.ts
  • Loading branch information
robertsLando authored Nov 4, 2019
2 parents a009e63 + a4aecf0 commit f458f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/openzwave-shared.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ declare module "openzwave-shared" {
groupIdx: number,
): boolean;

getAssociationsInstances(nodeId: number, groupIdx: number): Array<InstanceAssociation>;
getAssociationsInstances(nodeId: number, groupIdx: number): Array<ZWave.InstanceAssociation>;

// Exposed by "openzwave-management.cc"

Expand Down

0 comments on commit f458f0f

Please sign in to comment.