Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Updated SOAP interval to 60 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBrazi06 committed Jul 6, 2021
1 parent e50c519 commit 4842a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/assets/config-template-http.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"debug": false
},
"ChargingStation": {
"heartbeatIntervalOCPPSSecs": 180,
"heartbeatIntervalOCPPSSecs": 60,
"heartbeatIntervalOCPPJSecs": 3600,
"notifBeforeEndOfChargeEnabled": true,
"notifBeforeEndOfChargePercent": 85,
Expand Down
2 changes: 1 addition & 1 deletion src/assets/config-template-https.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"debug": false
},
"ChargingStation": {
"heartbeatIntervalOCPPSSecs": 180,
"heartbeatIntervalOCPPSSecs": 60,
"heartbeatIntervalOCPPJSecs": 3600,
"notifBeforeEndOfChargeEnabled": true,
"notifBeforeEndOfChargePercent": 85,
Expand Down

0 comments on commit 4842a50

Please sign in to comment.