Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
HGlab01 committed Oct 17, 2024
1 parent 6d1f3f5 commit fc97bb8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ class Tado extends utils.Adapter {
const homeId = idSplitted[2];
const zoneId = idSplitted[4];
const deviceId = idSplitted[6];
const homeId = idSplitted[2];
const zoneId = idSplitted[4];
const deviceId = idSplitted[6];
const statename = idSplitted[idSplitted.length - 1];
const beforeStatename = idSplitted[idSplitted.length - 2];
this.log.debug(`Attribute '${id}' changed. '${statename}' will be checked.`);
Expand Down

0 comments on commit fc97bb8

Please sign in to comment.