From b6909a747d5ae61661c7d53e708662e5860fc8cb Mon Sep 17 00:00:00 2001 From: "MATRIX\\29620" <2962004889@qq.com> Date: Sat, 18 Jan 2025 15:10:44 +0800 Subject: [PATCH] no message --- charging_pile_proxy/commands/command_1F_20.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charging_pile_proxy/commands/command_1F_20.py b/charging_pile_proxy/commands/command_1F_20.py index 17da1b3..adf15a0 100644 --- a/charging_pile_proxy/commands/command_1F_20.py +++ b/charging_pile_proxy/commands/command_1F_20.py @@ -193,7 +193,7 @@ def test_start_charge(): # 测试20H回复解析 print("\n测试解析启动充电回复:") test_reply = bytes.fromhex( - "4A5820031766561136063701680019010 90B242D013138373731393738303136313535353636313000000000000000000000000000003834303433000000000000000000000000000000000000000000000000000000160000000000000000000003F4010000040119010 90B242F7773387175750101 00D7") + "4A582003176656113606370168001901090B242D013138373731393738303136313535353636313000000000000000000000000000003834303433000000000000000000000000000000000000000000000000000000160000000000000000000003F401000004011901090B242F777338717575010100D7") handler.parse_20h(test_reply)