Skip to content

Commit b93b6c1

Browse files
authored
Merge pull request #2012 from pkuehnel/feat/increasePluggedInLoadPointDetectionTimeSpan
feat(appsettingsJson): increase MaxPluggedInTimeDifferenceToMatchCarAndOcppConnectorSeconds to 60 seconds
2 parents 46a7d45 + 6a1092f commit b93b6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TeslaSolarCharger/Server/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"ShouldGetWeatherForecast": false,
4545
"UseFakeEnergyPredictions": false,
4646
"UseFakeEnergyHistory": false,
47-
"MaxPluggedInTimeDifferenceToMatchCarAndOcppConnectorSeconds": 30,
47+
"MaxPluggedInTimeDifferenceToMatchCarAndOcppConnectorSeconds": 60,
4848
"GridPriceProvider": {
4949
"EnergyProvider": "FixedPrice",
5050
"Octopus": {

0 commit comments

Comments
 (0)