Skip to content

Commit

Permalink
Merge pull request #20 from askovi/patch-1
Browse files Browse the repository at this point in the history
Update Accessory Registration
  • Loading branch information
apexad authored Jul 7, 2020
2 parents 056ec46 + 097a818 commit 5d1efbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let hap: HAP;

export = (api: API) => {
hap = api.hap;
api.registerAccessory('Eufy RoboVac', EufyRoboVacAccessory);
api.registerAccessory('homebridge-eufy-robovac', 'Eufy RoboVac', EufyRoboVacAccessory);
};

function sleep(ms: number) {
Expand Down

0 comments on commit 5d1efbe

Please sign in to comment.