File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -909,6 +909,7 @@ async def api_handler(websocket):
909909 ]
910910 else :
911911 # Note: No return value from this call!
912+ logger .info (f"Initiated firmware update for { charger_id } ({ charger .alias } ). URL: { location } " )
912913 await charger .ocpp_ref .update_firmware (location = location )
913914 result = [
914915 MessageType .CallResult ,
Original file line number Diff line number Diff line change @@ -1108,7 +1108,7 @@ def update_fw_options(self) -> None:
11081108 and re .match (firmware .upgrade_from_versions , self .firmware_version )
11091109 ):
11101110 # If we have a match, add the firmware to the list of options for that charger.
1111- self .fw_options .append ({"firmware " : firmware .firmware_id , "url" : firmware .url })
1111+ self .fw_options .append ({"firmware_id " : firmware .firmware_id , "url" : firmware .url })
11121112
11131113
11141114class Group :
You can’t perform that action at this time.
0 commit comments