File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ incrementTimer(){
71
71
getAndWriteSoc (){
72
72
openwbDebugLog ${DMOD} 2 " Lp$CHARGEPOINT : Requesting SoC"
73
73
echo 0 > $soctimerfile
74
- echo $( $MODULEDIR /soc_ovms.py --server " $server " --user " $username " --password " $password " --vehicleId " $vehicleId " --chargepoint " $CHARGEPOINT " 2>> $RAMDISKDIR /soc.log)
75
74
answer=$( $MODULEDIR /soc_ovms.py --server " $server " --user " $username " --password " $password " --vehicleId " $vehicleId " --chargepoint " $CHARGEPOINT " 2>> $RAMDISKDIR /soc.log)
76
75
if [ $? -eq 0 ]; then
77
76
# we got a valid answer
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ def get_status(user_id: str) -> Union[int, dict]:
231
231
return int (status_code ), respDict
232
232
233
233
234
- # async function to fetch soc, range, soc_ts
234
+ # function to fetch soc, range, soc_ts
235
235
def _fetch_soc (user_id : str , password : str , chargepoint : int ) -> int :
236
236
global log , session , token , vehicleId
237
237
You can’t perform that action at this time.
0 commit comments