Skip to content

Commit

Permalink
fix vehicle
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Sep 3, 2024
1 parent ba7e517 commit e9df24a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/vehicle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ export class VehicleAccessory {
return this.platform.TeslaFleetApi.state(this.accessory.context.vin)
.then((data) => {
data.state = status;
this.accessory.context.charge_state = data.charge_state;
this.accessory.context.climate_state = data.climate_state;
this.accessory.context.drive_state = data.drive_state;
this.accessory.context.vehicle_state = data.vehicle_state;
this.emitter.emit("vehicle_data", data);
});
})
Expand Down

0 comments on commit e9df24a

Please sign in to comment.