Skip to content

Commit a4aecf0

Browse files
authored
Update openzwave-shared.d.ts
Fixed error in typings
1 parent 7eaa12a commit a4aecf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/openzwave-shared.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ declare module "openzwave-shared" {
457457
groupIdx: number,
458458
): boolean;
459459

460-
getAssociationsInstances(nodeId: number, groupIdx: number): Array<InstanceAssociation>;
460+
getAssociationsInstances(nodeId: number, groupIdx: number): Array<ZWave.InstanceAssociation>;
461461

462462
// Exposed by "openzwave-management.cc"
463463

0 commit comments

Comments
 (0)