Skip to content

Commit

Permalink
Update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sinnwell committed Sep 28, 2021
1 parent ff7a019 commit edd5ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* This is the name of the platform that users will use to register the plugin in the Homebridge config.json
*/
export const PLATFORM_NAME = 'ExampleHomebridgePlugin';
export const PLATFORM_NAME = 'LunatoneHomebridgePlugin';

/**
* This must match the name of your plugin as defined the package.json
*/
export const PLUGIN_NAME = 'homebridge-plugin-name';
export const PLUGIN_NAME = 'homebridge-plugin-lunatone-iot';

0 comments on commit edd5ebe

Please sign in to comment.