Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
orangecoding committed Mar 5, 2021
1 parent 7be5873 commit 4f5c1b9
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 @@ -36,7 +36,7 @@ function HomebridgeInflux(log, config) {
// Configuration
this.name = config['name'];
this.manufacturer = config['manufacturer'] || 'Christian Kellner';
this.model = config['model'] || 'homebrige-influx';
this.model = config['model'] || 'homebridge-influx';
this.serial = config['serial'] || '1';

this.sensor_names = { ...defaultConfig['sensor_names'], ...config['sensor_names'] };
Expand Down

0 comments on commit 4f5c1b9

Please sign in to comment.