File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ of behavior scripts it can run already are a simple heartbeat script ([OCPP
2929session ([ OCPP 1.x] ( examples/ocpp1x/do-a-transaction.scala ) / [ OCPP
30302.0] ( examples/ocpp20/do-a-transaction.scala ) ). The full set of OCPP and testing
3131specific functions can be found in
32- [ CoreOps] ( src/main/scala/chargepoint/docile/dsl/CoreOps.scala ) ,
33- [ expectations.Ops] ( src/main/scala/chargepoint/docile/dsl/expectations/Ops.scala )
32+ [ CoreOps] ( core/ src/main/scala/chargepoint/docile/dsl/CoreOps.scala) ,
33+ [ expectations.Ops] ( core/ src/main/scala/chargepoint/docile/dsl/expectations/Ops.scala)
3434and ` shortsend.Ops ` ([ OCPP
35- 1.x] ( src/main/scala/chargepoint/docile/dsl/shortsend/OpsV1X.scala ) / [ OCPP
36- 2.0] ( src/main/scala/chargepoint/docile/dsl/shortsend/OpsV20.scala ) ). For OCPP
35+ 1.x] ( core/ src/main/scala/chargepoint/docile/dsl/shortsend/OpsV1X.scala) / [ OCPP
36+ 2.0] ( core/ src/main/scala/chargepoint/docile/dsl/shortsend/OpsV20.scala) ). For OCPP
37372.0, there is also a [ special set of
38- operations] ( src/main/scala/chargepoint/docile/dsl/ocpp20transactions/Ops.scala )
38+ operations] ( core/ src/main/scala/chargepoint/docile/dsl/ocpp20transactions/Ops.scala)
3939to deal with the complicated stateful transaction management.
4040
4141There are by now four ways to run the simulator:
You can’t perform that action at this time.
0 commit comments