ocpp
ocpp copied to clipboard
Add keyword argument `skip_schema_validation` to `ChargePoint.call()`
Schema validation for incoming requests can be disabled using @on(skip_schema_validation=True). However, for sending requests it can't be disabled.
I'm currently working on a fuzzer and deliberately want to send invalid requests.
Therefore, we should ask support for this keyword argument to ChargePoint.call() as well.