We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42287c8 commit b6e1db5Copy full SHA for b6e1db5
ocpp/charge_point.py
@@ -412,6 +412,9 @@ async def call(
412
skip_schema_validation=skip_schema_validation,
413
)
414
415
+ if response is None and suppress:
416
+ return
417
+
418
snake_case_payload = camel_to_snake_case(response.payload)
419
# Create the correct Payload instance based on the received payload. If
420
# this method is called with a call.BootNotificationPayload, then it
0 commit comments