Skip to content

Commit

Permalink
fix evnotify module path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutz Bender committed Nov 21, 2022
1 parent 7b35367 commit 19d2a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/soc_evnotify/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ if ((soctimer < 4)); then
else
openwbDebugLog ${DMOD} 1 "Lp$CHARGEPOINT: Requesting SoC"
echo 0 >"$soctimerfile"
bash "$OPENWBBASEDIR/packages/legacy_run.sh" "modules.vehicles.evnotify.EVNotify" "$akey" "$token" "$CHARGEPOINT" 2>>"$RAMDISKDIR/openWB.log"
bash "$OPENWBBASEDIR/packages/legacy_run.sh" "modules.vehicles.evnotify.soc" "$akey" "$token" "$CHARGEPOINT" 2>>"$RAMDISKDIR/openWB.log"
fi

0 comments on commit 19d2a9a

Please sign in to comment.