Skip to content

Commit

Permalink
Fix packageName
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Dec 3, 2020
1 parent c232263 commit 93eb3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netatmo-energy-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class RoomDevice extends Device {

class NetatmoEnergyAdapter extends Adapter {
constructor(addonManager, manifest, reportError) {
super(addonManager, 'NetatmoEnergyAdapter', manifest.id);
super(addonManager, 'NetatmoEnergyAdapter', manifest.name);
const config = manifest.moziot.config;

try {
Expand Down

0 comments on commit 93eb3a5

Please sign in to comment.