Skip to content

Commit

Permalink
Close issue
Browse files Browse the repository at this point in the history
DanTheMan827#10 - Implementation ok and tested.
  • Loading branch information
geovaneferreira committed Jul 4, 2021
1 parent 516371d commit d624f8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ TemperatureAccessory.prototype = {
this.loggingService = new FakeGatoHistoryService("weather", this.dsservice, {
//size:4600, // optional - if you still need to specify the length
storage:'fs',
//path:'/home/pi/homebridgedb/', // if empty it will be used the -U homebridge option if present, or .homebridge in the user's home folder
minutes: ((this.pollInterval/1000) * 10 / 60)
});

Expand Down

0 comments on commit d624f8d

Please sign in to comment.