Skip to content

Commit

Permalink
merged commits from wstameris:master
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas22122212 committed Jan 9, 2018
2 parents 1523779 + 3fa20f2 commit 549ee07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var exec = require("child_process").exec,
module.exports = function(homebridge) {
Service = homebridge.hap.Service;
Characteristic = homebridge.hap.Characteristic;
limiter = new RateLimiter(1, 200); //limit requests to one per 200ms
limiter = new RateLimiter(1, 700); //limit requests to one per 700ms
homebridge.registerAccessory("homebridge-rfoutlets-protocol",
"RFOutlet",
RFOutletAccessory);
Expand Down

0 comments on commit 549ee07

Please sign in to comment.