Skip to content

Commit 1823dfb

Browse files
fix: misspelling in OpenZWave options (#369)
Co-authored-by: Matthew Miller <[email protected]>
1 parent 263d9bd commit 1823dfb

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
@@ -225,7 +225,7 @@ declare module "openzwave-shared" {
225225
/**
226226
* Should the above value be how long to wait between polling the network devices, or how often all devices should be polled
227227
*/
228-
IntervalBetweenPools: boolean;
228+
IntervalBetweenPolls: boolean;
229229
/**
230230
* After Processing a Group Changed Notification, should we update the Return Routes Map on affected devices
231231
*/

0 commit comments

Comments
 (0)