Skip to content

Commit

Permalink
disabled postFetchUpdateHooks call
Browse files Browse the repository at this point in the history
  • Loading branch information
daolis committed Sep 24, 2023
1 parent 246d769 commit b1c1d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/states.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export class InverterStates {
break;
}
}
toUpdate = this.runPostFetchHooks(adapter, toUpdate, interval);
//toUpdate = this.runPostFetchHooks(adapter, toUpdate, interval);

return this.updateAdapterStates(adapter, toUpdate);
}
Expand Down

0 comments on commit b1c1d8b

Please sign in to comment.