Skip to content

Commit

Permalink
0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hombach authored and Hombach committed Jan 15, 2024
1 parent fc9ff4a commit f1b11e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class go_e_charger extends utils.Adapter {
})
.catch(error => {
this.log.error(`Error in calling go-eCharger API V2: ${error}`);
this.log.warn(`If you have a Charge minumum Hardware Version 3: please enable API V2 for IP: ${this.config.ipaddress}`);
this.log.warn(`If you have a charger minimum hardware version 3: please enable API V2 for IP: ${this.config.ipaddress}`);
}); // END catch
} // END Read_ChargerAPIV2

Expand Down

0 comments on commit f1b11e2

Please sign in to comment.