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 a9ff941 commit 2621610Copy full SHA for 2621610
tests/test_charge_point.py
@@ -48,6 +48,8 @@ async def test_cms_responses(hass):
48
cp.send_authorize(),
49
cp.send_heartbeat(),
50
cp.send_status_notification(),
51
+ cp.send_firmware_status(),
52
+ cp.send_data_transfer(),
53
cp.send_start_transaction(),
54
cp.send_meter_data(),
55
cp.send_stop_transaction(),), timeout = 7,
0 commit comments