Skip to content

Commit

Permalink
Logeinträge entfernt
Browse files Browse the repository at this point in the history
  • Loading branch information
Newan committed Dec 30, 2023
1 parent 0b70486 commit a48c059
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,13 +231,6 @@ class Evcc extends utils.Adapter {

this.log.debug('Vehicle mit index ' + vehicleID + ' gefunden...');

this.getObject('verhicle.' + vehicleID, (err, obj) => {
if (!obj) {
// Das Objekt existiert nicht
this.log.info(`Das Objekt ${vehicleID} braucht noch controls!`);
}
});

await this.extendObjectAsync(`vehicle.${vehicleID}.title`, {
type: 'state',
common: {
Expand Down

0 comments on commit a48c059

Please sign in to comment.