Skip to content

Commit

Permalink
Merge pull request #1666 from pkuehnel/fix/loggingText
Browse files Browse the repository at this point in the history
fix(TeslaFleetApiService): update logging text on charging state change
  • Loading branch information
pkuehnel authored Dec 1, 2024
2 parents 09231e2 + b2804db commit 0cdd71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeslaSolarCharger/Server/Services/TeslaFleetApiService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ private async Task<bool> IsCarDataRefreshNeeded(DtoCar car)
logger.LogTrace("Fleet Telemetry Client connected, check fleet telemetry changes and do not request Fleet API after commands.");
if (await FleetTelemetryValueChanged(car.Id, CarValueType.IsCharging, latestRefresh, earliestDetectedChange).ConfigureAwait(false))
{
logger.LogDebug("Send a request as Fleet Telemetry detected a change in is charging in state.");
logger.LogDebug("Send a request as Fleet Telemetry detected a change in is charging state.");
return true;
}

Expand Down

0 comments on commit 0cdd71b

Please sign in to comment.