DanTheMan827 / homebridge-ds18b20

25 stars 10 forks source link

pollInterval is not defined #13

Closed CerberusVelvet closed 4 years ago

CerberusVelvet commented 4 years ago

Just installed on a clean build. Homebridge bombs out with error: ReferenceError: pollInterval is not defined

config is as per readme

marcelkordek commented 4 years ago

Hi, the Error is in index.js:28

Wring -> if (pollInterval)
Correct ->  if (this.pollInterval)

Greetings

DanTheMan827 commented 4 years ago

Sorry about that