Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Jul 21, 2024
1 parent 8a19bb2 commit 7b0c1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/energy-services/backupreserve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class BackupReserve extends BaseService {
debounce((value) => this.energy.backup(value)
.then(() => level.updateValue(value))
.catch((e) => this.log.error(`${this.name} vehicle backup failed: ${e}`)),
3000));
3000));

this.parent.emitter.on("site_info", (data) => {
on.updateValue(data.backup_reserve_percent > 0);
Expand Down

0 comments on commit 7b0c1a7

Please sign in to comment.