Skip to content

Commit

Permalink
fix the firmware_update api
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Nov 30, 2023
1 parent f278112 commit cea0ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Z4D_decoders/z4d_decoder_Zigate_Firmware_Version.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def update_firmware_version_to_objects( self ):

if self.webserver:
self.webserver.update_firmware(self.FirmwareVersion)
self.ControllerLink.UpdateZiGate_HW_Version(self.ZiGateModel)
self.ControllerLink.update_ZiGate_HW_Version(self.ZiGateModel)

if self.groupmgt:
self.groupmgt.update_firmware(self.FirmwareVersion)
Expand Down

0 comments on commit cea0ba3

Please sign in to comment.